#5F2CAC

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

Shades of Purple Heart #5F2CAC

Tints of Purple Heart #5F2CAC

Color information

#5F2CAC (or 0x5F2CAC) is unknown color: approx Purple Heart. HEX triplet: 5F, 2C and AC. RGB value is (95,44,172). Sum of RGB (Red+Green+Blue) = 95+44+172=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2CAC is #A0D353. Grayscale: #494949. Windows color (decimal): -10539860 or 11283551. OLE color: 11283551.

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

Color convert

RGB9544172-
CMYK0.450.7400.33
HSL263.91º59.26%42.35%-
HSV(B)263.91º74.42%67.45%-
XYZ13.077.2139.73-
YUV73.84183.4143.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=30.55%
G=14.15%
B=55.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95441720.450.7400.33263.9159.2642.35
Hex5F2CAC2D4A0211083b2a
Octal13754254551120414107352
Binary10111111011001010110010110110010100100001100001000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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