#531050

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

Shades of Hot Purple #531050

Tints of Hot Purple #531050

Color information

#531050 (or 0x531050) is unknown color: approx Hot Purple. HEX triplet: 53, 10 and 50. RGB value is (83,16,80). Sum of RGB (Red+Green+Blue) = 83+16+80=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531050 is #ACEFAF. Grayscale: #2B2B2B. Windows color (decimal): -11333552 or 5247059. OLE color: 5247059.

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

Color convert

RGB831680-
CMYK00.810.040.67
HSL302.69º67.68%19.41%-
HSV(B)302.69º80.72%32.55%-
XYZ5.22.797.85-
YUV43.33148.7156.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=46.37%
G=8.94%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83168000.810.040.67302.6967.6819.41
Hex53105005144312f4413
Octal123201200121410345710423
Binary1010011100001010000010100011001000011100101111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531050; }

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

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

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

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

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

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

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

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