#520756

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

Shades of Hot Purple #520756

Tints of Hot Purple #520756

Color information

#520756 (or 0x520756) is unknown color: approx Hot Purple. HEX triplet: 52, 07 and 56. RGB value is (82,7,86). Sum of RGB (Red+Green+Blue) = 82+7+86=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #520756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520756 is #ADF8A9. Grayscale: #262626. Windows color (decimal): -11401386 or 5637970. OLE color: 5637970.

HSL color Cylindrical-coordinate representation of color #520756: hue angle of 296.96º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520756 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB82786-
CMYK0.050.9200.66
HSL296.96º84.95%18.24%-
HSV(B)296.96º91.86%33.73%-
XYZ5.242.629.03-
YUV38.43154.85159.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=46.86%
G=4%
B=49.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal827860.050.9200.66296.9684.9518.24
Hex5275655C0421295512
Octal12271265134010245112522
Binary10100101111010110101101110001000010100101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520756; }

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

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

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

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

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

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

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

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