#5216D7

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

Shades of Han Purple #5216D7

Tints of Han Purple #5216D7

Color information

#5216D7 (or 0x5216D7) is unknown color: approx Han Purple. HEX triplet: 52, 16 and D7. RGB value is (82,22,215). Sum of RGB (Red+Green+Blue) = 82+22+215=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 215 (84.38% from 255 or 67.40% from 319); Max value from RGB is 215 - color contains mainly: blue. Hex color #5216D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5216D7 is #ADE928. Grayscale: #3D3D3D. Windows color (decimal): -11397417 or 14095954. OLE color: 14095954.

HSL color Cylindrical-coordinate representation of color #5216D7: hue angle of 258.65º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5216D7 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8222215-
CMYK0.620.9000.16
HSL258.65º81.43%46.47%-
HSV(B)258.65º89.77%84.31%-
XYZ16.037.2764.85-
YUV61.94214.38142.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 215 (84.38% from 255) = 67.40%
R=25.71%
G=6.90%
B=67.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82222150.620.9000.16258.6581.4346.47
Hex5216D73E5A010103512e
Octal122263277613202040312156
Binary1010010101101101011111111010110100100001000000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5216D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5216D7; }

 p { color: rgb(82,22,215); }

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

<style>
 a { background-color: #5216D7; }

 a { background-color: rgb(82,22,215); }

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

<style>
 span { border-color: #5216D7; }

 span { border-color: rgb(82,22,215); }

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