#531040

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

Shades of Tyrian Purple #531040

Tints of Tyrian Purple #531040

Color information

#531040 (or 0x531040) is unknown color: approx Tyrian Purple. HEX triplet: 53, 10 and 40. RGB value is (83,16,64). Sum of RGB (Red+Green+Blue) = 83+16+64=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #531040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531040 is #ACEFBF. Grayscale: #292929. Windows color (decimal): -11333568 or 4198483. OLE color: 4198483.

HSL color Cylindrical-coordinate representation of color #531040: hue angle of 317.01º 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 #531040 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB831664-
CMYK00.810.230.67
HSL317.01º67.68%19.41%-
HSV(B)317.01º80.72%32.55%-
XYZ4.682.585.1-
YUV41.5140.7157.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=50.92%
G=9.82%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83166400.810.230.67317.0167.6819.41
Hex531040051174313d4413
Octal1232010001212710347510423
Binary101001110000100000001010001101111000011100111101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531040; }

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

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

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

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

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

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

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

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