Html Css Color HEX #5D24DB Purple Heart

📋 copy color: '#5D24DB'

red 93 ◦ green 36 ◦ blue 219

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

Shades of Purple Heart #5D24DB

Tints of Purple Heart #5D24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 26.72%
G = 10.34%
B = 62.93%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D24DB (or 0x5D24DB) is known color: Purple Heart. HEX triplet: 5D, 24 and DB. RGB value is (93,36,219). Sum of RGB (Red+Green+Blue) = 93+36+219=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D24DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D24DB is #A2DB24. Grayscale: #494949. Windows color (decimal): -10672933 or 14361693. OLE color: 14361693.

HSL color Cylindrical-coordinate representation of color #5D24DB: hue angle of 258.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D24DB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 36 219 -
CMYK 0.58 0.84 0 0.14
HSL 258.69º 0.72% 0.5% -
HSV(B) 258.69º 0.84% 0.86% -
XYZ 17.93 8.7 67.75 -
YUV 73.91 209.88 141.62 -
System Red Green Blue C M Y K H S L
Decimal 93 36 219 0.58 0.84 0 0.14 258.69 0.72 0.5
Hex 5D 24 DB 3A 54 0 E 103 48 32
Octal 135 44 333 72 124 0 16 403 110 62
Binary 1011101 100100 11011011 111010 1010100 0 1110 100000011 1001000 110010

Color Harmonies of #5D24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D24DB

Black with #5D24DB

Text Example


Text Example

White with #5D24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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