#5C24B6

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

Shades of Purple Heart #5C24B6

Tints of Purple Heart #5C24B6

Color information

#5C24B6 (or 0x5C24B6) is unknown color: approx Purple Heart. HEX triplet: 5C, 24 and B6. RGB value is (92,36,182). Sum of RGB (Red+Green+Blue) = 92+36+182=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #5C24B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C24B6 is #A3DB49. Grayscale: #444444. Windows color (decimal): -10738506 or 11936860. OLE color: 11936860.

HSL color Cylindrical-coordinate representation of color #5C24B6: hue angle of 263.01º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C24B6 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9236182-
CMYK0.490.8000.29
HSL263.01º66.97%42.75%-
HSV(B)263.01º80.22%71.37%-
XYZ13.496.9144.88-
YUV69.39191.55144.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.68%
GREEN value IS 36 (14.45% from 255) = 11.61%
BLUE value IS 182 (71.48% from 255) = 58.71%
R=29.68%
G=11.61%
B=58.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92361820.490.8000.29263.0166.9742.75
Hex5C24B6315001D107432b
Octal134442666112003540710353
Binary10111001001001011011011000110100000111011000001111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C24B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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