#5310E1

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

Shades of Han Purple #5310E1

Tints of Han Purple #5310E1

Color information

#5310E1 (or 0x5310E1) is unknown color: approx Han Purple. HEX triplet: 53, 10 and E1. RGB value is (83,16,225). Sum of RGB (Red+Green+Blue) = 83+16+225=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #5310E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310E1 is #ACEF1E. Grayscale: #3B3B3B. Windows color (decimal): -11333407 or 14749779. OLE color: 14749779.

HSL color Cylindrical-coordinate representation of color #5310E1: hue angle of 259.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5310E1 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8316225-
CMYK0.630.9300.12
HSL259.23º86.72%47.25%-
HSV(B)259.23º92.89%88.24%-
XYZ17.347.6571.8-
YUV59.86221.2144.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 16 (6.64% from 255) = 4.94%
BLUE value IS 225 (88.28% from 255) = 69.44%
R=25.62%
G=4.94%
B=69.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal83162250.630.9300.12259.2386.7247.25
Hex5310E13F5D0C103572f
Octal123203417713501440312757
Binary101001110000111000011111111011101011001000000111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5310E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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