Html Css Color HEX #5E15AA Purple Heart

📋 copy color: '#5E15AA'

red 94 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #5E15AA

Tints of Purple Heart #5E15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 32.98%
G = 7.37%
B = 59.65%

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

#5E15AA (or 0x5E15AA) is known color: Purple Heart. HEX triplet: 5E, 15 and AA. RGB value is (94,21,170). Sum of RGB (Red+Green+Blue) = 94+21+170=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E15AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E15AA is #A1EA55. Grayscale: #3B3B3B. Windows color (decimal): -10611286 or 11146590. OLE color: 11146590.

HSL color Cylindrical-coordinate representation of color #5E15AA: hue angle of 269.4º degrees, saturation: 0.78, 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 #5E15AA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 21 170 -
CMYK 0.45 0.88 0 0.33
HSL 269.4º 0.78% 0.37% -
HSV(B) 269.4º 0.88% 0.67% -
XYZ 12.14 5.82 38.51 -
YUV 59.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 94 21 170 0.45 0.88 0 0.33 269.4 0.78 0.37
Hex 5E 15 AA 2D 58 0 21 10D 4E 25
Octal 136 25 252 55 130 0 41 415 116 45
Binary 1011110 10101 10101010 101101 1011000 0 100001 100001101 1001110 100101

Color Harmonies of #5E15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E15AA

Black with #5E15AA

Text Example


Text Example

White with #5E15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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