#5203DE

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

Shades of Han Purple #5203DE

Tints of Han Purple #5203DE

Color information

#5203DE (or 0x5203DE) is unknown color: approx Han Purple. HEX triplet: 52, 03 and DE. RGB value is (82,3,222). Sum of RGB (Red+Green+Blue) = 82+3+222=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #5203DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5203DE is #ADFC21. Grayscale: #323232. Windows color (decimal): -11402274 or 14549842. OLE color: 14549842.

HSL color Cylindrical-coordinate representation of color #5203DE: hue angle of 261.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5203DE is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB823222-
CMYK0.630.9900.13
HSL261.64º97.33%44.12%-
HSV(B)261.64º98.65%87.06%-
XYZ16.77.1369.6-
YUV51.59224.17149.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 222 (87.11% from 255) = 72.31%
R=26.71%
G=0.98%
B=72.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8232220.630.9900.13261.6497.3344.12
Hex523DE3F630D106612c
Octal12233367714301540614154
Binary101001011110111101111111100011011011000001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5203DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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