#5E2DAD

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

Shades of Purple Heart #5E2DAD

Tints of Purple Heart #5E2DAD

Color information

#5E2DAD (or 0x5E2DAD) is unknown color: approx Purple Heart. HEX triplet: 5E, 2D and AD. RGB value is (94,45,173). Sum of RGB (Red+Green+Blue) = 94+45+173=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E2DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2DAD is #A1D252. Grayscale: #494949. Windows color (decimal): -10605139 or 11349342. OLE color: 11349342.

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

Color convert

RGB9445173-
CMYK0.460.7400.32
HSL262.97º58.72%42.75%-
HSV(B)262.97º73.99%67.84%-
XYZ13.17.2740.25-
YUV74.24183.73142.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.13%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=30.13%
G=14.42%
B=55.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94451730.460.7400.32262.9758.7242.75
Hex5E2DAD2E4A0201073b2b
Octal13655255561120404077353
Binary10111101011011010110110111010010100100000100000111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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