#521A57

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

Shades of Hot Purple #521A57

Tints of Hot Purple #521A57

Color information

#521A57 (or 0x521A57) is unknown color: approx Hot Purple. HEX triplet: 52, 1A and 57. RGB value is (82,26,87). Sum of RGB (Red+Green+Blue) = 82+26+87=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #521A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A57 is #ADE5A8. Grayscale: #313131. Windows color (decimal): -11396521 or 5708370. OLE color: 5708370.

HSL color Cylindrical-coordinate representation of color #521A57: hue angle of 295.08º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521A57 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB822687-
CMYK0.060.7000.66
HSL295.08º53.98%22.16%-
HSV(B)295.08º70.11%34.12%-
XYZ5.573.229.34-
YUV49.7149.05151.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=42.05%
G=13.33%
B=44.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8226870.060.7000.66295.0853.9822.16
Hex521A576460421273616
Octal12232127610601024476626
Binary101001011010101011111010001100100001010010011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,26,87); }

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

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

 a { background-color: rgb(82,26,87); }

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

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

 span { border-color: rgb(82,26,87); }

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