#520552

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

Shades of Hot Purple #520552

Tints of Hot Purple #520552

Color information

#520552 (or 0x520552) is unknown color: approx Hot Purple. HEX triplet: 52, 05 and 52. RGB value is (82,5,82). Sum of RGB (Red+Green+Blue) = 82+5+82=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #520552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520552 is #ADFAAD. Grayscale: #242424. Windows color (decimal): -11401902 or 5375314. OLE color: 5375314.

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

Color convert

RGB82582-
CMYK00.9400.68
HSL300º88.51%17.06%-
HSV(B)300º93.9%32.16%-
XYZ5.062.518.2-
YUV36.8153.51160.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=48.52%
G=2.96%
B=48.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8258200.9400.6830088.5117.06
Hex5255205E04412c5911
Octal12251220136010445413121
Binary101001010110100100101111001000100100101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520552; }

 p { color: rgb(82,5,82); }

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

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

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

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

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

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

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