Html Css Color HEX #5E29B5 Purple Heart

📋 copy color: '#5E29B5'

red 94 ◦ green 41 ◦ blue 181

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

Shades of Purple Heart #5E29B5

Tints of Purple Heart #5E29B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.28%

R = 29.75%
G = 12.97%
B = 57.28%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E29B5 (or 0x5E29B5) is known color: Purple Heart. HEX triplet: 5E, 29 and B5. RGB value is (94,41,181). Sum of RGB (Red+Green+Blue) = 94+41+181=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #5E29B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E29B5 is #A1D64A. Grayscale: #484848. Windows color (decimal): -10606155 or 11872606. OLE color: 11872606.

HSL color Cylindrical-coordinate representation of color #5E29B5: hue angle of 262.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E29B5 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 41 181 -
CMYK 0.48 0.77 0 0.29
HSL 262.71º 0.63% 0.44% -
HSV(B) 262.71º 0.77% 0.71% -
XYZ 13.75 7.3 44.4 -
YUV 72.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 94 41 181 0.48 0.77 0 0.29 262.71 0.63 0.44
Hex 5E 29 B5 30 4D 0 1D 107 3F 2C
Octal 136 51 265 60 115 0 35 407 77 54
Binary 1011110 101001 10110101 110000 1001101 0 11101 100000111 111111 101100

Color Harmonies of #5E29B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E29B5

Black with #5E29B5

Text Example


Text Example

White with #5E29B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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