#5201DC

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

Shades of Han Purple #5201DC

Tints of Han Purple #5201DC

Color information

#5201DC (or 0x5201DC) is unknown color: approx Han Purple. HEX triplet: 52, 01 and DC. RGB value is (82,1,220). Sum of RGB (Red+Green+Blue) = 82+1+220=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #5201DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5201DC is #ADFE23. Grayscale: #313131. Windows color (decimal): -11402788 or 14418258. OLE color: 14418258.

HSL color Cylindrical-coordinate representation of color #5201DC: hue angle of 262.19º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201DC is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB821220-
CMYK0.631.0000.14
HSL262.19º99.1%43.33%-
HSV(B)262.19º99.55%86.27%-
XYZ16.416.9868.19-
YUV50.18223.84150.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 220 (86.33% from 255) = 72.61%
R=27.06%
G=0.33%
B=72.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8212200.631.0000.14262.1999.143.33
Hex521DC3F640E106632b
Octal12213347714401640614353
Binary10100101110111001111111100100011101000001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5201DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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