#5205DA

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

Shades of Han Purple #5205DA

Tints of Han Purple #5205DA

Color information

#5205DA (or 0x5205DA) is unknown color: approx Han Purple. HEX triplet: 52, 05 and DA. RGB value is (82,5,218). Sum of RGB (Red+Green+Blue) = 82+5+218=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #5205DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205DA is #ADFA25. Grayscale: #333333. Windows color (decimal): -11401766 or 14288210. OLE color: 14288210.

HSL color Cylindrical-coordinate representation of color #5205DA: hue angle of 261.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5205DA is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB825218-
CMYK0.620.9800.15
HSL261.69º95.52%43.73%-
HSV(B)261.69º97.71%85.49%-
XYZ16.196.9666.82-
YUV52.3221.51149.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 218 (85.55% from 255) = 71.48%
R=26.89%
G=1.64%
B=71.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8252180.620.9800.15261.6995.5243.73
Hex525DA3E620F106602c
Octal12253327614201740614054
Binary1010010101110110101111101100010011111000001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5205DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5205DA; }

 p { color: rgb(82,5,218); }

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

<style>
 a { background-color: #5205DA; }

 a { background-color: rgb(82,5,218); }

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

<style>
 span { border-color: #5205DA; }

 span { border-color: rgb(82,5,218); }

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