#5E1DAA

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

Shades of Purple Heart #5E1DAA

Tints of Purple Heart #5E1DAA

Color information

#5E1DAA (or 0x5E1DAA) is unknown color: approx Purple Heart. HEX triplet: 5E, 1D and AA. RGB value is (94,29,170). Sum of RGB (Red+Green+Blue) = 94+29+170=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E1DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1DAA is #A1E255. Grayscale: #404040. Windows color (decimal): -10609238 or 11148638. OLE color: 11148638.

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

Color convert

RGB9429170-
CMYK0.450.8300.33
HSL267.66º70.85%39.02%-
HSV(B)267.66º82.94%66.67%-
XYZ12.316.1638.57-
YUV64.51187.53149.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.08%
GREEN value IS 29 (11.72% from 255) = 9.90%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=32.08%
G=9.90%
B=58.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94291700.450.8300.33267.6670.8539.02
Hex5E1DAA2D5302110c4727
Octal136352525512304141410747
Binary10111101110110101010101101101001101000011000011001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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