#5E1AAD

Color #5E1AAD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5E1AAD

Tints of Purple Heart #5E1AAD

Color information

#5E1AAD (or 0x5E1AAD) is unknown color: approx Purple Heart. HEX triplet: 5E, 1A and AD. RGB value is (94,26,173). Sum of RGB (Red+Green+Blue) = 94+26+173=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E1AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1AAD is #A1E552. Grayscale: #3E3E3E. Windows color (decimal): -10610003 or 11344478. OLE color: 11344478.

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

Color convert

RGB9426173-
CMYK0.460.8500.32
HSL267.76º73.87%39.02%-
HSV(B)267.76º84.97%67.84%-
XYZ12.536.1440.06-
YUV63.09190.03150.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.08%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=32.08%
G=8.87%
B=59.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94261730.460.8500.32267.7673.8739.02
Hex5E1AAD2E5502010c4a27
Octal136322555612504041411247
Binary10111101101010101101101110101010101000001000011001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E1AAD;
 }
 .AnyTagClassName
 {
   color: #5E1AAD;
 }
</style>
background-color css

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

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

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

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

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

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