#5c24bd

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

Shades of Purple Heart #5C24BD

Tints of Purple Heart #5C24BD

Color information

#5C24BD (or 0x5C24BD) is unknown color: approx Purple Heart. HEX triplet: 5C, 24 and BD. RGB value is (92,36,189). Sum of RGB (Red+Green+Blue) = 92+36+189=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C24BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C24BD is #A3DB42. Grayscale: #454545. Windows color (decimal): -10738499 or 12395612. OLE color: 12395612.

HSL color Cylindrical-coordinate representation of color #5C24BD: hue angle of 261.96º 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 #5C24BD is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9236189-
CMYK0.510.8100.26
HSL261.96º68%44.12%-
HSV(B)261.96º80.95%74.12%-
XYZ14.237.2148.79-
YUV70.19195.05143.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=29.02%
G=11.36%
B=59.62%

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
Decimal92361890.510.8100.26261.966844.12
Hex5C24BD335101A106442c
Octal134442756312103240610454
Binary10111001001001011110111001110100010110101000001101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c24bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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