#5E0DAD

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

Shades of Purple Heart #5E0DAD

Tints of Purple Heart #5E0DAD

Color information

#5E0DAD (or 0x5E0DAD) is unknown color: approx Purple Heart. HEX triplet: 5E, 0D and AD. RGB value is (94,13,173). Sum of RGB (Red+Green+Blue) = 94+13+173=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E0DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0DAD is #A1F252. Grayscale: #363636. Windows color (decimal): -10613331 or 11341150. OLE color: 11341150.

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

Color convert

RGB9413173-
CMYK0.460.9200.32
HSL270.38º86.02%36.47%-
HSV(B)270.38º92.49%67.84%-
XYZ12.35.6839.98-
YUV55.46194.34155.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.57%
GREEN value IS 13 (5.47% from 255) = 4.64%
BLUE value IS 173 (67.97% from 255) = 61.79%
R=33.57%
G=4.64%
B=61.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94131730.460.9200.32270.3886.0236.47
Hex5EDAD2E5C02010e5624
Octal136152555613404041612644
Binary1011110110110101101101110101110001000001000011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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