#520957

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

Shades of Hot Purple #520957

Tints of Hot Purple #520957

Color information

#520957 (or 0x520957) is unknown color: approx Hot Purple. HEX triplet: 52, 09 and 57. RGB value is (82,9,87). Sum of RGB (Red+Green+Blue) = 82+9+87=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #520957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520957 is #ADF6A8. Grayscale: #272727. Windows color (decimal): -11400873 or 5704018. OLE color: 5704018.

HSL color Cylindrical-coordinate representation of color #520957: hue angle of 296.15º 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 #520957 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB82987-
CMYK0.060.9000.66
HSL296.15º81.25%18.82%-
HSV(B)296.15º89.66%34.12%-
XYZ5.32.689.25-
YUV39.72154.68158.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=46.07%
G=5.06%
B=48.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal829870.060.9000.66296.1581.2518.82
Hex5295765A0421285113
Octal122111276132010245012123
Binary101001010011010111110101101001000010100101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520957; }

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

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

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

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

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

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

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

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