Html Css Color HEX #5D24CD Purple Heart

📋 copy color: '#5D24CD'

red 93 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #5D24CD

Tints of Purple Heart #5D24CD

RGB

 RED value IS 93 (36.72% from 255) = 27.84%

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

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

R = 27.84%
G = 10.78%
B = 61.38%

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

#5D24CD (or 0x5D24CD) is known color: Purple Heart. HEX triplet: 5D, 24 and CD. RGB value is (93,36,205). Sum of RGB (Red+Green+Blue) = 93+36+205=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D24CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D24CD is #A2DB32. Grayscale: #474747. Windows color (decimal): -10672947 or 13444189. OLE color: 13444189.

HSL color Cylindrical-coordinate representation of color #5D24CD: hue angle of 260.24º 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 #5D24CD is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 36 205 -
CMYK 0.55 0.82 0 0.20
HSL 260.24º 0.7% 0.47% -
HSV(B) 260.24º 0.82% 0.8% -
XYZ 16.16 8 58.45 -
YUV 72.31 202.88 142.76 -
System Red Green Blue C M Y K H S L
Decimal 93 36 205 0.55 0.82 0 0.20 260.24 0.7 0.47
Hex 5D 24 CD 37 52 0 14 104 46 2F
Octal 135 44 315 67 122 0 24 404 106 57
Binary 1011101 100100 11001101 110111 1010010 0 10100 100000100 1000110 101111

Color Harmonies of #5D24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D24CD

Black with #5D24CD

Text Example


Text Example

White with #5D24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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