#5F16AC

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

Shades of Purple Heart #5F16AC

Tints of Purple Heart #5F16AC

Color information

#5F16AC (or 0x5F16AC) is unknown color: approx Purple Heart. HEX triplet: 5F, 16 and AC. RGB value is (95,22,172). Sum of RGB (Red+Green+Blue) = 95+22+172=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F16AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F16AC is #A0E953. Grayscale: #3C3C3C. Windows color (decimal): -10545492 or 11277919. OLE color: 11277919.

HSL color Cylindrical-coordinate representation of color #5F16AC: hue angle of 269.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F16AC is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9522172-
CMYK0.450.8700.33
HSL269.2º77.32%38.04%-
HSV(B)269.2º87.21%67.45%-
XYZ12.455.9939.53-
YUV60.93190.68152.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.87%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 172 (67.58% from 255) = 59.52%
R=32.87%
G=7.61%
B=59.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95221720.450.8700.33269.277.3238.04
Hex5F16AC2D5702110d4d26
Octal137262545512704141511546
Binary10111111011010101100101101101011101000011000011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F16AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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