#5316D9

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

Shades of Han Purple #5316D9

Tints of Han Purple #5316D9

Color information

#5316D9 (or 0x5316D9) is unknown color: approx Han Purple. HEX triplet: 53, 16 and D9. RGB value is (83,22,217). Sum of RGB (Red+Green+Blue) = 83+22+217=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 217 (85.16% from 255 or 67.39% from 322); Max value from RGB is 217 - color contains mainly: blue. Hex color #5316D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316D9 is #ACE926. Grayscale: #3D3D3D. Windows color (decimal): -11331879 or 14227027. OLE color: 14227027.

HSL color Cylindrical-coordinate representation of color #5316D9: hue angle of 258.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5316D9 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8322217-
CMYK0.620.9000.15
HSL258.77º81.59%46.86%-
HSV(B)258.77º89.86%85.1%-
XYZ16.387.4266.22-
YUV62.47215.21142.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 217 (85.16% from 255) = 67.39%
R=25.78%
G=6.83%
B=67.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83222170.620.9000.15258.7781.5946.86
Hex5316D93E5A0F103522f
Octal123263317613201740312257
Binary101001110110110110011111101011010011111000000111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5316D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5316D9; }

 p { color: rgb(83,22,217); }

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

<style>
 a { background-color: #5316D9; }

 a { background-color: rgb(83,22,217); }

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

<style>
 span { border-color: #5316D9; }

 span { border-color: rgb(83,22,217); }

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