Html Css Color HEX #5E29AE Purple Heart

📋 copy color: '#5E29AE'

red 94 ◦ green 41 ◦ blue 174

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

Shades of Purple Heart #5E29AE

Tints of Purple Heart #5E29AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.31%

R = 30.42%
G = 13.27%
B = 56.31%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E29AE (or 0x5E29AE) is known color: Purple Heart. HEX triplet: 5E, 29 and AE. RGB value is (94,41,174). Sum of RGB (Red+Green+Blue) = 94+41+174=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E29AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E29AE is #A1D651. Grayscale: #474747. Windows color (decimal): -10606162 or 11413854. OLE color: 11413854.

HSL color Cylindrical-coordinate representation of color #5E29AE: hue angle of 263.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E29AE is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 41 174 -
CMYK 0.46 0.76 0 0.32
HSL 263.91º 0.62% 0.42% -
HSV(B) 263.91º 0.76% 0.68% -
XYZ 13.05 7.02 40.71 -
YUV 72.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 94 41 174 0.46 0.76 0 0.32 263.91 0.62 0.42
Hex 5E 29 AE 2E 4C 0 20 108 3E 2A
Octal 136 51 256 56 114 0 40 410 76 52
Binary 1011110 101001 10101110 101110 1001100 0 100000 100001000 111110 101010

Color Harmonies of #5E29AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E29AE

Black with #5E29AE

Text Example


Text Example

White with #5E29AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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