Html Css Color HEX #5E1FAA Purple Heart

📋 copy color: '#5E1FAA'

red 94 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #5E1FAA

Tints of Purple Heart #5E1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

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

R = 31.86%
G = 10.51%
B = 57.63%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E1FAA (or 0x5E1FAA) is known color: Purple Heart. HEX triplet: 5E, 1F and AA. RGB value is (94,31,170). Sum of RGB (Red+Green+Blue) = 94+31+170=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1FAA is #A1E055. Grayscale: #414141. Windows color (decimal): -10608726 or 11149150. OLE color: 11149150.

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

Color convert

RGB 94 31 170 -
CMYK 0.45 0.82 0 0.33
HSL 267.19º 0.69% 0.39% -
HSV(B) 267.19º 0.82% 0.67% -
XYZ 12.36 6.26 38.59 -
YUV 65.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 94 31 170 0.45 0.82 0 0.33 267.19 0.69 0.39
Hex 5E 1F AA 2D 52 0 21 10B 45 27
Octal 136 37 252 55 122 0 41 413 105 47
Binary 1011110 11111 10101010 101101 1010010 0 100001 100001011 1000101 100111

Color Harmonies of #5E1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1FAA

Black with #5E1FAA

Text Example


Text Example

White with #5E1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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