#5C2AAE

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

Shades of Purple Heart #5C2AAE

Tints of Purple Heart #5C2AAE

Color information

#5C2AAE (or 0x5C2AAE) is unknown color: approx Purple Heart. HEX triplet: 5C, 2A and AE. RGB value is (92,42,174). Sum of RGB (Red+Green+Blue) = 92+42+174=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C2AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2AAE is #A3D551. Grayscale: #474747. Windows color (decimal): -10736978 or 11414108. OLE color: 11414108.

HSL color Cylindrical-coordinate representation of color #5C2AAE: hue angle of 262.73º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2AAE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9242174-
CMYK0.470.7600.32
HSL262.73º61.11%42.35%-
HSV(B)262.73º75.86%68.24%-
XYZ12.886.9940.71-
YUV72185.56142.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=29.87%
G=13.64%
B=56.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92421740.470.7600.32262.7361.1142.35
Hex5C2AAE2F4C0201073d2a
Octal13452256571140404077552
Binary10111001010101010111010111110011000100000100000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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