#5F11AA

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

Shades of Purple Heart #5F11AA

Tints of Purple Heart #5F11AA

Color information

#5F11AA (or 0x5F11AA) is unknown color: approx Purple Heart. HEX triplet: 5F, 11 and AA. RGB value is (95,17,170). Sum of RGB (Red+Green+Blue) = 95+17+170=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F11AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F11AA is #A0EE55. Grayscale: #393939. Windows color (decimal): -10546774 or 11145567. OLE color: 11145567.

HSL color Cylindrical-coordinate representation of color #5F11AA: hue angle of 270.59º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F11AA is Cyan = 0.44, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9517170-
CMYK0.440.900.33
HSL270.59º81.82%36.67%-
HSV(B)270.59º90%66.67%-
XYZ12.185.7438.5-
YUV57.76191.34154.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.69%
GREEN value IS 17 (7.03% from 255) = 6.03%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=33.69%
G=6.03%
B=60.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95171700.440.900.33270.5981.8236.67
Hex5F11AA2C5A02110f5225
Octal137212525413204141712245
Binary10111111000110101010101100101101001000011000011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,17,170); }

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

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

 a { background-color: rgb(95,17,170); }

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

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

 span { border-color: rgb(95,17,170); }

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