#520053

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

Shades of Hot Purple #520053

Tints of Hot Purple #520053

Color information

#520053 (or 0x520053) is unknown color: approx Hot Purple. HEX triplet: 52, 00 and 53. RGB value is (82,0,83). Sum of RGB (Red+Green+Blue) = 82+0+83=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #520053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520053 is #ADFFAC. Grayscale: #212121. Windows color (decimal): -11403181 or 5439570. OLE color: 5439570.

HSL color Cylindrical-coordinate representation of color #520053: hue angle of 299.28º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520053 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82083-
CMYK0.01100.67
HSL299.28º100%16.27%-
HSV(B)299.28º100%32.55%-
XYZ5.042.428.38-
YUV33.98155.67162.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=49.70%
G=0%
B=50.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal820830.01100.67299.2810016.27
Hex5205316404312b6410
Octal12201231144010345314420
Binary1010010010100111110010001000011100101011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520053; }

 p { color: rgb(82,0,83); }

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

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

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

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

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

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

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