Html Css Color HEX #5C24CD Purple Heart

📋 copy color: '#5C24CD'

red 92 ◦ green 36 ◦ blue 205

#5C24CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5C24CD

Tints of Purple Heart #5C24CD

RGB

 RED value IS 92 (36.33% from 255) = 27.63%

 GREEN value IS 36 (14.45% from 255) = 10.81%

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 27.63%
G = 10.81%
B = 61.56%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C24CD (or 0x5C24CD) is known color: Purple Heart. HEX triplet: 5C, 24 and CD. RGB value is (92,36,205). Sum of RGB (Red+Green+Blue) = 92+36+205=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C24CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C24CD is #A3DB32. Grayscale: #474747. Windows color (decimal): -10738483 or 13444188. OLE color: 13444188.

HSL color Cylindrical-coordinate representation of color #5C24CD: hue angle of 259.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C24CD is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 36 205 -
CMYK 0.55 0.82 0 0.20
HSL 259.88º 0.7% 0.47% -
HSV(B) 259.88º 0.82% 0.8% -
XYZ 16.06 7.94 58.44 -
YUV 72.01 203.05 142.26 -
System Red Green Blue C M Y K H S L
Decimal 92 36 205 0.55 0.82 0 0.20 259.88 0.7 0.47
Hex 5C 24 CD 37 52 0 14 104 46 2F
Octal 134 44 315 67 122 0 24 404 106 57
Binary 1011100 100100 11001101 110111 1010010 0 10100 100000100 1000110 101111

Color Harmonies of #5C24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C24CD

Black with #5C24CD

Text Example


Text Example

White with #5C24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C24CD;
 }
 .AnyTagClassName
 {
   color: #5C24CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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