#5C2AA9

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

Shades of Purple Heart #5C2AA9

Tints of Purple Heart #5C2AA9

Color information

#5C2AA9 (or 0x5C2AA9) is unknown color: approx Purple Heart. HEX triplet: 5C, 2A and A9. RGB value is (92,42,169). Sum of RGB (Red+Green+Blue) = 92+42+169=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C2AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2AA9 is #A3D556. Grayscale: #464646. Windows color (decimal): -10736983 or 11086428. OLE color: 11086428.

HSL color Cylindrical-coordinate representation of color #5C2AA9: hue angle of 263.62º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C2AA9 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9242169-
CMYK0.460.7500.34
HSL263.62º60.19%41.37%-
HSV(B)263.62º75.15%66.27%-
XYZ12.46.838.19-
YUV71.43183.06142.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.36%
GREEN value IS 42 (16.80% from 255) = 13.86%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=30.36%
G=13.86%
B=55.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal92421690.460.7500.34263.6260.1941.37
Hex5C2AA92E4B0221083c29
Octal13452251561130424107451
Binary10111001010101010100110111010010110100010100001000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,42,169); }

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

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

 a { background-color: rgb(92,42,169); }

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

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

 span { border-color: rgb(92,42,169); }

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