#5C1EAA

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

Shades of Purple Heart #5C1EAA

Tints of Purple Heart #5C1EAA

Color information

#5C1EAA (or 0x5C1EAA) is unknown color: approx Purple Heart. HEX triplet: 5C, 1E and AA. RGB value is (92,30,170). Sum of RGB (Red+Green+Blue) = 92+30+170=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C1EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1EAA is #A3E155. Grayscale: #404040. Windows color (decimal): -10740054 or 11148892. OLE color: 11148892.

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

Color convert

RGB9230170-
CMYK0.460.8200.33
HSL266.57º70%39.22%-
HSV(B)266.57º82.35%66.67%-
XYZ12.136.1138.57-
YUV64.5187.54147.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.51%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=31.51%
G=10.27%
B=58.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92301700.460.8200.33266.577039.22
Hex5C1EAA2E5202110b4627
Octal134362525612204141310647
Binary10111001111010101010101110101001001000011000010111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,30,170); }

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

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

 a { background-color: rgb(92,30,170); }

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

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

 span { border-color: rgb(92,30,170); }

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