#523059

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

Shades of Hot Purple #523059

Tints of Hot Purple #523059

Color information

#523059 (or 0x523059) is unknown color: approx Hot Purple. HEX triplet: 52, 30 and 59. RGB value is (82,48,89). Sum of RGB (Red+Green+Blue) = 82+48+89=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #523059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523059 is #ADCFA6. Grayscale: #3E3E3E. Windows color (decimal): -11390887 or 5845074. OLE color: 5845074.

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

Color convert

RGB824889-
CMYK0.080.4600.65
HSL289.76º29.93%26.86%-
HSV(B)289.76º46.07%34.9%-
XYZ6.344.6310.01-
YUV62.84142.76141.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=37.44%
G=21.92%
B=40.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8248890.080.4600.65289.7629.9326.86
Hex52305982E0411221e1b
Octal12260131105601014423633
Binary101001011000010110011000101110010000011001000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523059; }

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

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

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

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

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

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

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

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