Html Css Color HEX #5E1AAF Purple Heart

📋 copy color: '#5E1AAF'

red 94 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #5E1AAF

Tints of Purple Heart #5E1AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 31.86%
G = 8.81%
B = 59.32%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E1AAF (or 0x5E1AAF) is known color: Purple Heart. HEX triplet: 5E, 1A and AF. RGB value is (94,26,175). Sum of RGB (Red+Green+Blue) = 94+26+175=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E1AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1AAF is #A1E550. Grayscale: #3E3E3E. Windows color (decimal): -10610001 or 11475550. OLE color: 11475550.

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

Color convert

RGB 94 26 175 -
CMYK 0.46 0.85 0 0.31
HSL 267.38º 0.74% 0.39% -
HSV(B) 267.38º 0.85% 0.69% -
XYZ 12.72 6.21 41.09 -
YUV 63.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 94 26 175 0.46 0.85 0 0.31 267.38 0.74 0.39
Hex 5E 1A AF 2E 55 0 1F 10B 4A 27
Octal 136 32 257 56 125 0 37 413 112 47
Binary 1011110 11010 10101111 101110 1010101 0 11111 100001011 1001010 100111

Color Harmonies of #5E1AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1AAF

Black with #5E1AAF

Text Example


Text Example

White with #5E1AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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