#5203D0

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

Shades of Han Purple #5203D0

Tints of Han Purple #5203D0

Color information

#5203D0 (or 0x5203D0) is unknown color: approx Han Purple. HEX triplet: 52, 03 and D0. RGB value is (82,3,208). Sum of RGB (Red+Green+Blue) = 82+3+208=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #5203D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5203D0 is #ADFC2F. Grayscale: #313131. Windows color (decimal): -11402288 or 13632338. OLE color: 13632338.

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

Color convert

RGB823208-
CMYK0.610.9900.18
HSL263.12º97.16%41.37%-
HSV(B)263.12º98.56%81.57%-
XYZ14.96.4160.13-
YUV49.99217.17150.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 208 (81.64% from 255) = 70.99%
R=27.99%
G=1.02%
B=70.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8232080.610.9900.18263.1297.1641.37
Hex523D03D630121076129
Octal12233207514302240714151
Binary1010010111101000011110111000110100101000001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5203D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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