#520751

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

Shades of Hot Purple #520751

Tints of Hot Purple #520751

Color information

#520751 (or 0x520751) is unknown color: approx Hot Purple. HEX triplet: 52, 07 and 51. RGB value is (82,7,81). Sum of RGB (Red+Green+Blue) = 82+7+81=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #520751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520751 is #ADF8AE. Grayscale: #252525. Windows color (decimal): -11401391 or 5310290. OLE color: 5310290.

HSL color Cylindrical-coordinate representation of color #520751: hue angle of 300.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520751 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB82781-
CMYK00.910.010.68
HSL300.8º84.27%17.45%-
HSV(B)300.8º91.46%32.16%-
XYZ5.042.548.01-
YUV37.86152.35159.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=48.24%
G=4.12%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8278100.910.010.68300.884.2717.45
Hex5275105B14412d5411
Octal12271210133110445512421
Binary101001011110100010101101111000100100101101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520751; }

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

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

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

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

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

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

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

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