#520CD5

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

Shades of Han Purple #520CD5

Tints of Han Purple #520CD5

Color information

#520CD5 (or 0x520CD5) is unknown color: approx Han Purple. HEX triplet: 52, 0C and D5. RGB value is (82,12,213). Sum of RGB (Red+Green+Blue) = 82+12+213=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #520CD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CD5 is #ADF32A. Grayscale: #373737. Windows color (decimal): -11399979 or 13962322. OLE color: 13962322.

HSL color Cylindrical-coordinate representation of color #520CD5: hue angle of 260.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CD5 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8212213-
CMYK0.620.9400.16
HSL260.9º89.33%44.12%-
HSV(B)260.9º94.37%83.53%-
XYZ15.626.8663.45-
YUV55.84216.69146.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 213 (83.59% from 255) = 69.38%
R=26.71%
G=3.91%
B=69.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82122130.620.9400.16260.989.3344.12
Hex52CD53E5E010105592c
Octal122143257613602040513154
Binary101001011001101010111111010111100100001000001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520CD5; }

 p { color: rgb(82,12,213); }

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

<style>
 a { background-color: #520CD5; }

 a { background-color: rgb(82,12,213); }

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

<style>
 span { border-color: #520CD5; }

 span { border-color: rgb(82,12,213); }

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