#5E08AD

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

Shades of Purple Heart #5E08AD

Tints of Purple Heart #5E08AD

Color information

#5E08AD (or 0x5E08AD) is unknown color: approx Purple Heart. HEX triplet: 5E, 08 and AD. RGB value is (94,8,173). Sum of RGB (Red+Green+Blue) = 94+8+173=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E08AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E08AD is #A1F752. Grayscale: #333333. Windows color (decimal): -10614611 or 11339870. OLE color: 11339870.

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

Color convert

RGB948173-
CMYK0.460.9500.32
HSL271.27º91.16%35.49%-
HSV(B)271.27º95.38%67.84%-
XYZ12.255.5739.96-
YUV52.52195.99157.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.18%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 173 (67.97% from 255) = 62.91%
R=34.18%
G=2.91%
B=62.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9481730.460.9500.32271.2791.1635.49
Hex5E8AD2E5F02010f5b23
Octal136102555613704041713343
Binary1011110100010101101101110101111101000001000011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E08AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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