#5310E5

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

Shades of Han Purple #5310E5

Tints of Han Purple #5310E5

Color information

#5310E5 (or 0x5310E5) is unknown color: approx Han Purple. HEX triplet: 53, 10 and E5. RGB value is (83,16,229). Sum of RGB (Red+Green+Blue) = 83+16+229=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #5310E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310E5 is #ACEF1A. Grayscale: #3B3B3B. Windows color (decimal): -11333403 or 15011923. OLE color: 15011923.

HSL color Cylindrical-coordinate representation of color #5310E5: hue angle of 258.87º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5310E5 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8316229-
CMYK0.640.9300.10
HSL258.87º86.94%48.04%-
HSV(B)258.87º93.01%89.8%-
XYZ17.97.8774.7-
YUV60.32223.2144.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 16 (6.64% from 255) = 4.88%
BLUE value IS 229 (89.84% from 255) = 69.82%
R=25.30%
G=4.88%
B=69.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal83162290.640.9300.10258.8786.9448.04
Hex5310E5405D0A1035730
Octal1232034510013501240312760
Binary1010011100001110010110000001011101010101000000111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5310E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5310E5; }

 p { color: rgb(83,16,229); }

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

<style>
 a { background-color: #5310E5; }

 a { background-color: rgb(83,16,229); }

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

<style>
 span { border-color: #5310E5; }

 span { border-color: rgb(83,16,229); }

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