#520359

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

Shades of Hot Purple #520359

Tints of Hot Purple #520359

Color information

#520359 (or 0x520359) is unknown color: approx Hot Purple. HEX triplet: 52, 03 and 59. RGB value is (82,3,89). Sum of RGB (Red+Green+Blue) = 82+3+89=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #520359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520359 is #ADFCA6. Grayscale: #242424. Windows color (decimal): -11402407 or 5833554. OLE color: 5833554.

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

Color convert

RGB82389-
CMYK0.080.9700.65
HSL295.12º93.48%18.04%-
HSV(B)295.12º96.63%34.9%-
XYZ5.322.589.67-
YUV36.42157.67160.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=47.13%
G=1.72%
B=51.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal823890.080.9700.65295.1293.4818.04
Hex523598610411275d12
Octal122313110141010144713522
Binary10100101110110011000110000101000001100100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520359; }

 p { color: rgb(82,3,89); }

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

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

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

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

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

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

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