Html Css Color HEX #5E24DC Purple Heart

📋 copy color: '#5E24DC'

red 94 ◦ green 36 ◦ blue 220

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

Shades of Purple Heart #5E24DC

Tints of Purple Heart #5E24DC

RGB

 RED value IS 94 (37.11% from 255) = 26.86%

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 26.86%
G = 10.29%
B = 62.86%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E24DC (or 0x5E24DC) is known color: Purple Heart. HEX triplet: 5E, 24 and DC. RGB value is (94,36,220). Sum of RGB (Red+Green+Blue) = 94+36+220=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E24DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24DC is #A1DB23. Grayscale: #494949. Windows color (decimal): -10607396 or 14427230. OLE color: 14427230.

HSL color Cylindrical-coordinate representation of color #5E24DC: hue angle of 258.91º 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 #5E24DC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 36 220 -
CMYK 0.57 0.84 0 0.14
HSL 258.91º 0.72% 0.5% -
HSV(B) 258.91º 0.84% 0.86% -
XYZ 18.17 8.81 68.45 -
YUV 74.32 210.22 142.04 -
System Red Green Blue C M Y K H S L
Decimal 94 36 220 0.57 0.84 0 0.14 258.91 0.72 0.5
Hex 5E 24 DC 39 54 0 E 103 48 32
Octal 136 44 334 71 124 0 16 403 110 62
Binary 1011110 100100 11011100 111001 1010100 0 1110 100000011 1001000 110010

Color Harmonies of #5E24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E24DC

Black with #5E24DC

Text Example


Text Example

White with #5E24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,36,220); }

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

background-color css

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

 a { background-color: rgb(94,36,220); }

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

border-color css

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

 span { border-color: rgb(94,36,220); }

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