#5F1CAA

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

Shades of Purple Heart #5F1CAA

Tints of Purple Heart #5F1CAA

Color information

#5F1CAA (or 0x5F1CAA) is unknown color: approx Purple Heart. HEX triplet: 5F, 1C and AA. RGB value is (95,28,170). Sum of RGB (Red+Green+Blue) = 95+28+170=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1CAA is #A0E355. Grayscale: #3F3F3F. Windows color (decimal): -10543958 or 11148383. OLE color: 11148383.

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

Color convert

RGB9528170-
CMYK0.440.8400.33
HSL268.31º71.72%38.82%-
HSV(B)268.31º83.53%66.67%-
XYZ12.396.1738.57-
YUV64.22187.7149.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=32.42%
G=9.56%
B=58.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95281700.440.8400.33268.3171.7238.82
Hex5F1CAA2C5402110c4827
Octal137342525412404141411047
Binary10111111110010101010101100101010001000011000011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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