Html Css Color HEX #5E29DB Purple Heart

📋 copy color: '#5E29DB'

red 94 ◦ green 41 ◦ blue 219

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

Shades of Purple Heart #5E29DB

Tints of Purple Heart #5E29DB

RGB

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

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

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

R = 26.55%
G = 11.58%
B = 61.86%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E29DB (or 0x5E29DB) is known color: Purple Heart. HEX triplet: 5E, 29 and DB. RGB value is (94,41,219). Sum of RGB (Red+Green+Blue) = 94+41+219=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E29DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E29DB is #A1D624. Grayscale: #4C4C4C. Windows color (decimal): -10606117 or 14362974. OLE color: 14362974.

HSL color Cylindrical-coordinate representation of color #5E29DB: hue angle of 257.87º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E29DB is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 41 219 -
CMYK 0.57 0.81 0 0.14
HSL 257.87º 0.71% 0.51% -
HSV(B) 257.87º 0.81% 0.86% -
XYZ 18.2 9.08 67.81 -
YUV 77.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 94 41 219 0.57 0.81 0 0.14 257.87 0.71 0.51
Hex 5E 29 DB 39 51 0 E 102 47 33
Octal 136 51 333 71 121 0 16 402 107 63
Binary 1011110 101001 11011011 111001 1010001 0 1110 100000010 1000111 110011

Color Harmonies of #5E29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E29DB

Black with #5E29DB

Text Example


Text Example

White with #5E29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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