#5b23d3

Color #5B23D3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5B23D3

Tints of Purple Heart #5B23D3

Color information

#5B23D3 (or 0x5B23D3) is unknown color: approx Purple Heart. HEX triplet: 5B, 23 and D3. RGB value is (91,35,211). Sum of RGB (Red+Green+Blue) = 91+35+211=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 211 (82.81% from 255 or 62.61% from 337); Max value from RGB is 211 - color contains mainly: blue. Hex color #5B23D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B23D3 is #A4DC2C. Grayscale: #474747. Windows color (decimal): -10804269 or 13837147. OLE color: 13837147.

HSL color Cylindrical-coordinate representation of color #5B23D3: hue angle of 259.09º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B23D3 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9135211-
CMYK0.570.8300.17
HSL259.09º71.54%48.24%-
HSV(B)259.09º83.41%82.75%-
XYZ16.678.1362.32-
YUV71.81206.55141.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 211 (82.81% from 255) = 62.61%
R=27.00%
G=10.39%
B=62.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal91352110.570.8300.17259.0971.5448.24
Hex5B23D339530111034830
Octal133433237112302140311060
Binary10110111000111101001111100110100110100011000000111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b23d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5b23d3; }

 p { color: rgb(91,35,211); }

 H1.HeaderClassName
 {
   color: #5b23d3;
 }
 .AnyTagClassName
 {
   color: #5b23d3;
 }
</style>
background-color css

<style>
 a { background-color: #5b23d3; }

 a { background-color: rgb(91,35,211); }

 div.DivClassName
 {
   background-color: #5b23d3;
 }
 .BgClassName
 {
   background-color: #5b23d3;
 }
</style>
border-color css

<style>
 span { border-color: #5b23d3; }

 span { border-color: rgb(91,35,211); }

 td.TdClassName
 {
   border-color: #5b23d3;
 }
 .TagClassName
 {
   border-color: #5b23d3;
 }
</style>