#5F16BA

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

Shades of Purple Heart #5F16BA

Tints of Purple Heart #5F16BA

Color information

#5F16BA (or 0x5F16BA) is unknown color: approx Purple Heart. HEX triplet: 5F, 16 and BA. RGB value is (95,22,186). Sum of RGB (Red+Green+Blue) = 95+22+186=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F16BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F16BA is #A0E945. Grayscale: #3D3D3D. Windows color (decimal): -10545478 or 12195423. OLE color: 12195423.

HSL color Cylindrical-coordinate representation of color #5F16BA: hue angle of 266.71º 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 #5F16BA is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9522186-
CMYK0.490.8800.27
HSL266.71º78.85%40.78%-
HSV(B)266.71º88.17%72.94%-
XYZ13.876.5546.99-
YUV62.52197.68151.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=31.35%
G=7.26%
B=61.39%

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
Decimal95221860.490.8800.27266.7178.8540.78
Hex5F16BA315801B10b4f29
Octal137262726113003341311751
Binary1011111101101011101011000110110000110111000010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F16BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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