#5E10AB

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

Shades of Purple Heart #5E10AB

Tints of Purple Heart #5E10AB

Color information

#5E10AB (or 0x5E10AB) is unknown color: approx Purple Heart. HEX triplet: 5E, 10 and AB. RGB value is (94,16,171). Sum of RGB (Red+Green+Blue) = 94+16+171=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E10AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E10AB is #A1EF54. Grayscale: #383838. Windows color (decimal): -10612565 or 11210846. OLE color: 11210846.

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

Color convert

RGB9416171-
CMYK0.450.9100.33
HSL270.19º82.89%36.67%-
HSV(B)270.19º90.64%67.06%-
XYZ12.155.6938.99-
YUV56.99192.34154.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.45%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=33.45%
G=5.69%
B=60.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94161710.450.9100.33270.1982.8936.67
Hex5E10AB2D5B02110e5325
Octal136202535513304141612345
Binary10111101000010101011101101101101101000011000011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E10AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,16,171); }

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

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

 a { background-color: rgb(94,16,171); }

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

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

 span { border-color: rgb(94,16,171); }

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