#521B53

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

Shades of Hot Purple #521B53

Tints of Hot Purple #521B53

Color information

#521B53 (or 0x521B53) is unknown color: approx Hot Purple. HEX triplet: 52, 1B and 53. RGB value is (82,27,83). Sum of RGB (Red+Green+Blue) = 82+27+83=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #521B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B53 is #ADE4AC. Grayscale: #313131. Windows color (decimal): -11396269 or 5446482. OLE color: 5446482.

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

Color convert

RGB822783-
CMYK0.010.6700.67
HSL298.93º50.91%21.57%-
HSV(B)298.93º67.47%32.55%-
XYZ5.433.28.52-
YUV49.83146.72150.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 27 (10.94% from 255) = 14.06%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=42.71%
G=14.06%
B=43.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8227830.010.6700.67298.9350.9121.57
Hex521B5314304312b3316
Octal12233123110301034536326
Binary1010010110111010011110000110100001110010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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