#5200D0

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

Shades of Han Purple #5200D0

Tints of Han Purple #5200D0

Color information

#5200D0 (or 0x5200D0) is unknown color: approx Han Purple. HEX triplet: 52, 00 and D0. RGB value is (82,0,208). Sum of RGB (Red+Green+Blue) = 82+0+208=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 208 (81.64% from 255 or 71.72% from 290); Max value from RGB is 208 - color contains mainly: blue. Hex color #5200D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200D0 is #ADFF2F. Grayscale: #2F2F2F. Windows color (decimal): -11403056 or 13631570. OLE color: 13631570.

HSL color Cylindrical-coordinate representation of color #5200D0: hue angle of 263.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200D0 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB820208-
CMYK0.61100.18
HSL263.65º100%40.78%-
HSV(B)263.65º100%81.57%-
XYZ14.866.3560.12-
YUV48.23218.17152.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 208 (81.64% from 255) = 71.72%
R=28.28%
G=0%
B=71.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8202080.61100.18263.6510040.78
Hex520D03D640121086429
Octal12203207514402241014451
Binary101001001101000011110111001000100101000010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5200D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5200D0; }

 p { color: rgb(82,0,208); }

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

<style>
 a { background-color: #5200D0; }

 a { background-color: rgb(82,0,208); }

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

<style>
 span { border-color: #5200D0; }

 span { border-color: rgb(82,0,208); }

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