#521F53

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

Shades of Hot Purple #521F53

Tints of Hot Purple #521F53

Color information

#521F53 (or 0x521F53) is unknown color: approx Hot Purple. HEX triplet: 52, 1F and 53. RGB value is (82,31,83). Sum of RGB (Red+Green+Blue) = 82+31+83=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #521F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F53 is #ADE0AC. Grayscale: #343434. Windows color (decimal): -11395245 or 5447506. OLE color: 5447506.

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

Color convert

RGB823183-
CMYK0.010.6300.67
HSL298.85º45.61%22.35%-
HSV(B)298.85º62.65%32.55%-
XYZ5.533.48.55-
YUV52.18145.4149.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 31 (12.5% from 255) = 15.82%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=41.84%
G=15.82%
B=42.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8231830.010.6300.67298.8545.6122.35
Hex521F5313F04312b2e16
Octal1223712317701034535626
Binary101001011111101001111111110100001110010101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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