#5B0FA8

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

Shades of Purple Heart #5B0FA8

Tints of Purple Heart #5B0FA8

Color information

#5B0FA8 (or 0x5B0FA8) is unknown color: approx Purple Heart. HEX triplet: 5B, 0F and A8. RGB value is (91,15,168). Sum of RGB (Red+Green+Blue) = 91+15+168=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 168 (66.02% from 255 or 61.31% from 274); Max value from RGB is 168 - color contains mainly: blue. Hex color #5B0FA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0FA8 is #A4F057. Grayscale: #363636. Windows color (decimal): -10809432 or 11013979. OLE color: 11013979.

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

Color convert

RGB9115168-
CMYK0.460.9100.34
HSL269.8º83.61%35.88%-
HSV(B)269.8º91.07%65.88%-
XYZ11.555.3937.48-
YUV55.17191.68153.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 168 (66.02% from 255) = 61.31%
R=33.21%
G=5.47%
B=61.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91151680.460.9100.34269.883.6135.88
Hex5BFA82E5B02210e5424
Octal133172505613304241612444
Binary1011011111110101000101110101101101000101000011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,15,168); }

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

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

 a { background-color: rgb(91,15,168); }

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

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

 span { border-color: rgb(91,15,168); }

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