#5216DC

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

Shades of Han Purple #5216DC

Tints of Han Purple #5216DC

Color information

#5216DC (or 0x5216DC) is unknown color: approx Han Purple. HEX triplet: 52, 16 and DC. RGB value is (82,22,220). Sum of RGB (Red+Green+Blue) = 82+22+220=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #5216DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5216DC is #ADE923. Grayscale: #3D3D3D. Windows color (decimal): -11397412 or 14423634. OLE color: 14423634.

HSL color Cylindrical-coordinate representation of color #5216DC: hue angle of 258.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5216DC is Cyan = 0.63, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8222220-
CMYK0.630.900.14
HSL258.18º81.82%47.45%-
HSV(B)258.18º90%86.27%-
XYZ16.687.5368.29-
YUV62.51216.88141.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 22 (8.98% from 255) = 6.79%
BLUE value IS 220 (86.33% from 255) = 67.90%
R=25.31%
G=6.79%
B=67.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82222200.630.900.14258.1881.8247.45
Hex5216DC3F5A0E102522f
Octal122263347713201640212257
Binary101001010110110111001111111011010011101000000101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5216DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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