Html Css Color HEX #5E14AA Purple Heart

📋 copy color: '#5E14AA'

red 94 ◦ green 20 ◦ blue 170

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

Shades of Purple Heart #5E14AA

Tints of Purple Heart #5E14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 33.1%
G = 7.04%
B = 59.86%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E14AA (or 0x5E14AA) is known color: Purple Heart. HEX triplet: 5E, 14 and AA. RGB value is (94,20,170). Sum of RGB (Red+Green+Blue) = 94+20+170=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E14AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E14AA is #A1EB55. Grayscale: #3A3A3A. Windows color (decimal): -10611542 or 11146334. OLE color: 11146334.

HSL color Cylindrical-coordinate representation of color #5E14AA: hue angle of 269.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E14AA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 20 170 -
CMYK 0.45 0.88 0 0.33
HSL 269.6º 0.79% 0.37% -
HSV(B) 269.6º 0.88% 0.67% -
XYZ 12.12 5.78 38.51 -
YUV 59.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 94 20 170 0.45 0.88 0 0.33 269.6 0.79 0.37
Hex 5E 14 AA 2D 58 0 21 10E 4F 25
Octal 136 24 252 55 130 0 41 416 117 45
Binary 1011110 10100 10101010 101101 1011000 0 100001 100001110 1001111 100101

Color Harmonies of #5E14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E14AA

Black with #5E14AA

Text Example


Text Example

White with #5E14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,20,170); }

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

background-color css

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

 a { background-color: rgb(94,20,170); }

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

border-color css

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

 span { border-color: rgb(94,20,170); }

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