Html Css Color HEX #5E1AAB Purple Heart

📋 copy color: '#5E1AAB'

red 94 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #5E1AAB

Tints of Purple Heart #5E1AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 32.3%
G = 8.93%
B = 58.76%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E1AAB (or 0x5E1AAB) is known color: Purple Heart. HEX triplet: 5E, 1A and AB. RGB value is (94,26,171). Sum of RGB (Red+Green+Blue) = 94+26+171=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1AAB is #A1E554. Grayscale: #3E3E3E. Windows color (decimal): -10610005 or 11213406. OLE color: 11213406.

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

Color convert

RGB 94 26 171 -
CMYK 0.45 0.85 0 0.33
HSL 268.14º 0.74% 0.39% -
HSV(B) 268.14º 0.85% 0.67% -
XYZ 12.34 6.06 39.05 -
YUV 62.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 94 26 171 0.45 0.85 0 0.33 268.14 0.74 0.39
Hex 5E 1A AB 2D 55 0 21 10C 4A 27
Octal 136 32 253 55 125 0 41 414 112 47
Binary 1011110 11010 10101011 101101 1010101 0 100001 100001100 1001010 100111

Color Harmonies of #5E1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1AAB

Black with #5E1AAB

Text Example


Text Example

White with #5E1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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