#5E1FAA

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

Shades of Purple Heart #5E1FAA

Tints of Purple Heart #5E1FAA

Color information

#5E1FAA (or 0x5E1FAA) is unknown color: approx 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

RGB9431170-
CMYK0.450.8200.33
HSL267.19º69.15%39.41%-
HSV(B)267.19º81.76%66.67%-
XYZ12.366.2638.59-
YUV65.68186.87148.2-

RGB Variations

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

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.80% from 255) = 57.63%
R=31.86%
G=10.51%
B=57.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94311700.450.8200.33267.1969.1539.41
Hex5E1FAA2D5202110b4527
Octal136372525512204141310547
Binary10111101111110101010101101101001001000011000010111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>