#5C24BC

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

Shades of Purple Heart #5C24BC

Tints of Purple Heart #5C24BC

Color information

#5C24BC (or 0x5C24BC) is unknown color: approx Purple Heart. HEX triplet: 5C, 24 and BC. RGB value is (92,36,188). Sum of RGB (Red+Green+Blue) = 92+36+188=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C24BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C24BC is #A3DB43. Grayscale: #454545. Windows color (decimal): -10738500 or 12330076. OLE color: 12330076.

HSL color Cylindrical-coordinate representation of color #5C24BC: hue angle of 262.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C24BC is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9236188-
CMYK0.510.8100.26
HSL262.11º67.86%43.92%-
HSV(B)262.11º80.85%73.73%-
XYZ14.127.1748.22-
YUV70.07194.55143.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 188 (73.83% from 255) = 59.49%
R=29.11%
G=11.39%
B=59.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92361880.510.8100.26262.1167.8643.92
Hex5C24BC335101A106442c
Octal134442746312103240610454
Binary10111001001001011110011001110100010110101000001101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C24BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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