#520956

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

Shades of Hot Purple #520956

Tints of Hot Purple #520956

Color information

#520956 (or 0x520956) is unknown color: approx Hot Purple. HEX triplet: 52, 09 and 56. RGB value is (82,9,86). Sum of RGB (Red+Green+Blue) = 82+9+86=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #520956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520956 is #ADF6A9. Grayscale: #272727. Windows color (decimal): -11400874 or 5638482. OLE color: 5638482.

HSL color Cylindrical-coordinate representation of color #520956: hue angle of 296.88º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520956 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB82986-
CMYK0.050.9000.66
HSL296.88º81.05%18.63%-
HSV(B)296.88º89.53%33.73%-
XYZ5.262.669.04-
YUV39.61154.18158.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=46.33%
G=5.08%
B=48.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal829860.050.9000.66296.8881.0518.63
Hex5295655A0421295113
Octal122111265132010245112123
Binary101001010011010110101101101001000010100101001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520956; }

 p { color: rgb(82,9,86); }

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

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

 a { background-color: rgb(82,9,86); }

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

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

 span { border-color: rgb(82,9,86); }

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