#520558

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

Shades of Hot Purple #520558

Tints of Hot Purple #520558

Color information

#520558 (or 0x520558) is unknown color: approx Hot Purple. HEX triplet: 52, 05 and 58. RGB value is (82,5,88). Sum of RGB (Red+Green+Blue) = 82+5+88=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #520558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520558 is #ADFAA7. Grayscale: #252525. Windows color (decimal): -11401896 or 5768530. OLE color: 5768530.

HSL color Cylindrical-coordinate representation of color #520558: hue angle of 295.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520558 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB82588-
CMYK0.070.9400.65
HSL295.66º89.25%18.24%-
HSV(B)295.66º94.32%34.51%-
XYZ5.32.619.46-
YUV37.48156.51159.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=46.86%
G=2.86%
B=50.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal825880.070.9400.65295.6689.2518.24
Hex5255875E0411285912
Octal12251307136010145013122
Binary10100101011011000111101111001000001100101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520558; }

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

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

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

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

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

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

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

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