Html Css Color HEX #5E1AAE Purple Heart

📋 copy color: '#5E1AAE'

red 94 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #5E1AAE

Tints of Purple Heart #5E1AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

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

R = 31.97%
G = 8.84%
B = 59.18%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E1AAE (or 0x5E1AAE) is known color: Purple Heart. HEX triplet: 5E, 1A and AE. RGB value is (94,26,174). Sum of RGB (Red+Green+Blue) = 94+26+174=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1AAE is #A1E551. Grayscale: #3E3E3E. Windows color (decimal): -10610002 or 11410014. OLE color: 11410014.

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

Color convert

RGB 94 26 174 -
CMYK 0.46 0.85 0 0.32
HSL 267.57º 0.74% 0.39% -
HSV(B) 267.57º 0.85% 0.68% -
XYZ 12.63 6.17 40.57 -
YUV 63.2 190.53 149.97 -
System Red Green Blue C M Y K H S L
Decimal 94 26 174 0.46 0.85 0 0.32 267.57 0.74 0.39
Hex 5E 1A AE 2E 55 0 20 10C 4A 27
Octal 136 32 256 56 125 0 40 414 112 47
Binary 1011110 11010 10101110 101110 1010101 0 100000 100001100 1001010 100111

Color Harmonies of #5E1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1AAE

Black with #5E1AAE

Text Example


Text Example

White with #5E1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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