Html Css Color HEX #5E29DE Purple Heart

📋 copy color: '#5E29DE'

red 94 ◦ green 41 ◦ blue 222

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

Shades of Purple Heart #5E29DE

Tints of Purple Heart #5E29DE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 26.33%
G = 11.48%
B = 62.18%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E29DE (or 0x5E29DE) is known color: Purple Heart. HEX triplet: 5E, 29 and DE. RGB value is (94,41,222). Sum of RGB (Red+Green+Blue) = 94+41+222=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E29DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E29DE is #A1D621. Grayscale: #4C4C4C. Windows color (decimal): -10606114 or 14559582. OLE color: 14559582.

HSL color Cylindrical-coordinate representation of color #5E29DE: hue angle of 257.57º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E29DE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 41 222 -
CMYK 0.58 0.82 0 0.13
HSL 257.57º 0.73% 0.52% -
HSV(B) 257.57º 0.82% 0.87% -
XYZ 18.59 9.24 69.91 -
YUV 77.48 209.56 139.78 -
System Red Green Blue C M Y K H S L
Decimal 94 41 222 0.58 0.82 0 0.13 257.57 0.73 0.52
Hex 5E 29 DE 3A 52 0 D 102 49 34
Octal 136 51 336 72 122 0 15 402 111 64
Binary 1011110 101001 11011110 111010 1010010 0 1101 100000010 1001001 110100

Color Harmonies of #5E29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E29DE

Black with #5E29DE

Text Example


Text Example

White with #5E29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,41,222); }

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

background-color css

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

 a { background-color: rgb(94,41,222); }

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

border-color css

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

 span { border-color: rgb(94,41,222); }

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