#5F16BB

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

Shades of Purple Heart #5F16BB

Tints of Purple Heart #5F16BB

Color information

#5F16BB (or 0x5F16BB) is unknown color: approx Purple Heart. HEX triplet: 5F, 16 and BB. RGB value is (95,22,187). Sum of RGB (Red+Green+Blue) = 95+22+187=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F16BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F16BB is #A0E944. Grayscale: #3E3E3E. Windows color (decimal): -10545477 or 12260959. OLE color: 12260959.

HSL color Cylindrical-coordinate representation of color #5F16BB: hue angle of 266.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F16BB is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9522187-
CMYK0.490.8800.27
HSL266.55º78.95%40.98%-
HSV(B)266.55º88.24%73.33%-
XYZ13.986.5947.55-
YUV62.64198.18151.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 187 (73.44% from 255) = 61.51%
R=31.25%
G=7.24%
B=61.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95221870.490.8800.27266.5578.9540.98
Hex5F16BB315801B10b4f29
Octal137262736113003341311751
Binary1011111101101011101111000110110000110111000010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F16BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,22,187); }

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

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

 a { background-color: rgb(95,22,187); }

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

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

 span { border-color: rgb(95,22,187); }

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