#5003E8

Color #5003E8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5003E8

Tints of Han Purple #5003E8

Color information

#5003E8 (or 0x5003E8) is unknown color: approx Han Purple. HEX triplet: 50, 03 and E8. RGB value is (80,3,232). Sum of RGB (Red+Green+Blue) = 80+3+232=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #5003E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5003E8 is #AFFC17. Grayscale: #333333. Windows color (decimal): -11533336 or 15205200. OLE color: 15205200.

HSL color Cylindrical-coordinate representation of color #5003E8: hue angle of 260.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003E8 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB803232-
CMYK0.660.9900.09
HSL260.17º97.45%46.08%-
HSV(B)260.17º98.71%90.98%-
XYZ17.917.676.87-
YUV52.13229.51147.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 232 (91.02% from 255) = 73.65%
R=25.40%
G=0.95%
B=73.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8032320.660.9900.09260.1797.4546.08
Hex503E8426309104612e
Octal120335010214301140414156
Binary1010000111110100010000101100011010011000001001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5003E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5003E8; }

 p { color: rgb(80,3,232); }

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

<style>
 a { background-color: #5003E8; }

 a { background-color: rgb(80,3,232); }

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

<style>
 span { border-color: #5003E8; }

 span { border-color: rgb(80,3,232); }

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