Html Css Color HEX #5E0AAA Purple Heart

📋 copy color: '#5E0AAA'

red 94 ◦ green 10 ◦ blue 170

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

Shades of Purple Heart #5E0AAA

Tints of Purple Heart #5E0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 34.31%
G = 3.65%
B = 62.04%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E0AAA (or 0x5E0AAA) is known color: Purple Heart. HEX triplet: 5E, 0A and AA. RGB value is (94,10,170). Sum of RGB (Red+Green+Blue) = 94+10+170=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0AAA is #A1F555. Grayscale: #343434. Windows color (decimal): -10614102 or 11143774. OLE color: 11143774.

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

Color convert

RGB 94 10 170 -
CMYK 0.45 0.94 0 0.33
HSL 271.5º 0.89% 0.35% -
HSV(B) 271.5º 0.94% 0.67% -
XYZ 11.98 5.5 38.46 -
YUV 53.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 94 10 170 0.45 0.94 0 0.33 271.5 0.89 0.35
Hex 5E A AA 2D 5E 0 21 110 59 23
Octal 136 12 252 55 136 0 41 420 131 43
Binary 1011110 1010 10101010 101101 1011110 0 100001 100010000 1011001 100011

Color Harmonies of #5E0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0AAA

Black with #5E0AAA

Text Example


Text Example

White with #5E0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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