#521B59

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

Shades of Hot Purple #521B59

Tints of Hot Purple #521B59

Color information

#521B59 (or 0x521B59) is unknown color: approx Hot Purple. HEX triplet: 52, 1B and 59. RGB value is (82,27,89). Sum of RGB (Red+Green+Blue) = 82+27+89=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #521B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B59 is #ADE4A6. Grayscale: #323232. Windows color (decimal): -11396263 or 5839698. OLE color: 5839698.

HSL color Cylindrical-coordinate representation of color #521B59: hue angle of 293.23º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521B59 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB822789-
CMYK0.080.7000.65
HSL293.23º53.45%22.75%-
HSV(B)293.23º69.66%34.9%-
XYZ5.673.39.79-
YUV50.51149.72150.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=41.41%
G=13.64%
B=44.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8227890.080.7000.65293.2353.4522.75
Hex521B598460411253517
Octal122331311010601014456527
Binary1010010110111011001100010001100100000110010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B59; }

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

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

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

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

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

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

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

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