#521D56

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

Shades of Hot Purple #521D56

Tints of Hot Purple #521D56

Color information

#521D56 (or 0x521D56) is unknown color: approx Hot Purple. HEX triplet: 52, 1D and 56. RGB value is (82,29,86). Sum of RGB (Red+Green+Blue) = 82+29+86=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #521D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D56 is #ADE2A9. Grayscale: #333333. Windows color (decimal): -11395754 or 5643602. OLE color: 5643602.

HSL color Cylindrical-coordinate representation of color #521D56: hue angle of 295.79º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521D56 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB822986-
CMYK0.050.6600.66
HSL295.79º49.57%22.55%-
HSV(B)295.79º66.28%33.73%-
XYZ5.63.349.15-
YUV51.34147.56149.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=41.62%
G=14.72%
B=43.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8229860.050.6600.66295.7949.5722.55
Hex521D565420421283217
Octal12235126510201024506227
Binary101001011101101011010110000100100001010010100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,86); }

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

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

 a { background-color: rgb(82,29,86); }

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

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

 span { border-color: rgb(82,29,86); }

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