#5C24C6

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

Shades of Purple Heart #5C24C6

Tints of Purple Heart #5C24C6

Color information

#5C24C6 (or 0x5C24C6) is unknown color: approx Purple Heart. HEX triplet: 5C, 24 and C6. RGB value is (92,36,198). Sum of RGB (Red+Green+Blue) = 92+36+198=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #5C24C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C24C6 is #A3DB39. Grayscale: #464646. Windows color (decimal): -10738490 or 12985436. OLE color: 12985436.

HSL color Cylindrical-coordinate representation of color #5C24C6: hue angle of 260.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C24C6 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9236198-
CMYK0.540.8200.22
HSL260.74º69.23%45.88%-
HSV(B)260.74º81.82%77.65%-
XYZ15.247.6154.09-
YUV71.21199.55142.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.22%
GREEN value IS 36 (14.45% from 255) = 11.04%
BLUE value IS 198 (77.73% from 255) = 60.74%
R=28.22%
G=11.04%
B=60.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal92361980.540.8200.22260.7469.2345.88
Hex5C24C63652016105452e
Octal134443066612202640510556
Binary10111001001001100011011011010100100101101000001011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C24C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,36,198); }

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

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

 a { background-color: rgb(92,36,198); }

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

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

 span { border-color: rgb(92,36,198); }

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