#521953

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

Shades of Hot Purple #521953

Tints of Hot Purple #521953

Color information

#521953 (or 0x521953) is unknown color: approx Hot Purple. HEX triplet: 52, 19 and 53. RGB value is (82,25,83). Sum of RGB (Red+Green+Blue) = 82+25+83=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #521953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521953 is #ADE6AC. Grayscale: #303030. Windows color (decimal): -11396781 or 5445970. OLE color: 5445970.

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

Color convert

RGB822583-
CMYK0.010.7000.67
HSL298.97º53.7%21.18%-
HSV(B)298.97º69.88%32.55%-
XYZ5.393.118.5-
YUV48.66147.38151.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=43.16%
G=13.16%
B=43.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8225830.010.7000.67298.9753.721.18
Hex52195314604312b3615
Octal12231123110601034536625
Binary1010010110011010011110001100100001110010101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521953; }

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

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

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

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

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

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

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

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