#5B18A9

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

Shades of Purple Heart #5B18A9

Tints of Purple Heart #5B18A9

Color information

#5B18A9 (or 0x5B18A9) is unknown color: approx Purple Heart. HEX triplet: 5B, 18 and A9. RGB value is (91,24,169). Sum of RGB (Red+Green+Blue) = 91+24+169=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B18A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B18A9 is #A4E756. Grayscale: #3C3C3C. Windows color (decimal): -10807127 or 11081819. OLE color: 11081819.

HSL color Cylindrical-coordinate representation of color #5B18A9: hue angle of 267.72º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B18A9 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9124169-
CMYK0.460.8600.34
HSL267.72º75.13%37.84%-
HSV(B)267.72º85.8%66.27%-
XYZ11.85.7438.02-
YUV60.56189.2149.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.04%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=32.04%
G=8.45%
B=59.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91241690.460.8600.34267.7275.1337.84
Hex5B18A92E5602210c4b26
Octal133302515612604241411346
Binary10110111100010101001101110101011001000101000011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B18A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,24,169); }

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

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

 a { background-color: rgb(91,24,169); }

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

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

 span { border-color: rgb(91,24,169); }

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