#520158

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

Shades of Hot Purple #520158

Tints of Hot Purple #520158

Color information

#520158 (or 0x520158) is unknown color: approx Hot Purple. HEX triplet: 52, 01 and 58. RGB value is (82,1,88). Sum of RGB (Red+Green+Blue) = 82+1+88=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #520158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520158 is #ADFEA7. Grayscale: #222222. Windows color (decimal): -11402920 or 5767506. OLE color: 5767506.

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

Color convert

RGB82188-
CMYK0.070.9900.65
HSL295.86º97.75%17.45%-
HSV(B)295.86º98.86%34.51%-
XYZ5.252.529.44-
YUV35.14157.84161.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=47.95%
G=0.58%
B=51.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal821880.070.9900.65295.8697.7517.45
Hex521587630411286211
Octal12211307143010145014221
Binary101001011011000111110001101000001100101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520158; }

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

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

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

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

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

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

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

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