#521A53

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

Shades of Hot Purple #521A53

Tints of Hot Purple #521A53

Color information

#521A53 (or 0x521A53) is unknown color: approx Hot Purple. HEX triplet: 52, 1A and 53. RGB value is (82,26,83). Sum of RGB (Red+Green+Blue) = 82+26+83=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #521A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A53 is #ADE5AC. Grayscale: #313131. Windows color (decimal): -11396525 or 5446226. OLE color: 5446226.

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

Color convert

RGB822683-
CMYK0.010.6900.67
HSL298.95º52.29%21.37%-
HSV(B)298.95º68.67%32.55%-
XYZ5.413.168.51-
YUV49.24147.05151.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=42.93%
G=13.61%
B=43.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8226830.010.6900.67298.9552.2921.37
Hex521A5314504312b3415
Octal12232123110501034536425
Binary1010010110101010011110001010100001110010101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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