#521950

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

Shades of Hot Purple #521950

Tints of Hot Purple #521950

Color information

#521950 (or 0x521950) is unknown color: approx Hot Purple. HEX triplet: 52, 19 and 50. RGB value is (82,25,80). Sum of RGB (Red+Green+Blue) = 82+25+80=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #521950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521950 is #ADE6AF. Grayscale: #303030. Windows color (decimal): -11396784 or 5249362. OLE color: 5249362.

HSL color Cylindrical-coordinate representation of color #521950: hue angle of 302.11º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521950 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB822580-
CMYK00.700.020.68
HSL302.11º53.27%20.98%-
HSV(B)302.11º69.51%32.16%-
XYZ5.283.077.9-
YUV48.31145.88152.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=43.85%
G=13.37%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82258000.700.020.68302.1153.2720.98
Hex52195004624412e3515
Octal12231120010621044566525
Binary10100101100110100000100011010100010010010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521950; }

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

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

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

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

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

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

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

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