#531650

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

Shades of Hot Purple #531650

Tints of Hot Purple #531650

Color information

#531650 (or 0x531650) is unknown color: approx Hot Purple. HEX triplet: 53, 16 and 50. RGB value is (83,22,80). Sum of RGB (Red+Green+Blue) = 83+22+80=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531650 is #ACE9AF. Grayscale: #2E2E2E. Windows color (decimal): -11332016 or 5248595. OLE color: 5248595.

HSL color Cylindrical-coordinate representation of color #531650: hue angle of 302.95º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531650 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB832280-
CMYK00.730.040.67
HSL302.95º58.1%20.59%-
HSV(B)302.95º73.49%32.55%-
XYZ5.32.997.89-
YUV46.85146.71153.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=44.86%
G=11.89%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83228000.730.040.67302.9558.120.59
Hex53165004944312f3a15
Octal12326120011141034577225
Binary101001110110101000001001001100100001110010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531650; }

 p { color: rgb(83,22,80); }

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

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

 a { background-color: rgb(83,22,80); }

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

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

 span { border-color: rgb(83,22,80); }

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