#531140

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

Shades of Tyrian Purple #531140

Tints of Tyrian Purple #531140

Color information

#531140 (or 0x531140) is unknown color: approx Tyrian Purple. HEX triplet: 53, 11 and 40. RGB value is (83,17,64). Sum of RGB (Red+Green+Blue) = 83+17+64=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531140 is #ACEEBF. Grayscale: #292929. Windows color (decimal): -11333312 or 4198739. OLE color: 4198739.

HSL color Cylindrical-coordinate representation of color #531140: hue angle of 317.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531140 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB831764-
CMYK00.800.230.67
HSL317.27º66%19.61%-
HSV(B)317.27º79.52%32.55%-
XYZ4.692.615.11-
YUV42.09140.37157.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=50.61%
G=10.37%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83176400.800.230.67317.276619.61
Hex531140050174313d4214
Octal1232110001202710347510224
Binary101001110001100000001010000101111000011100111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531140; }

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

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

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

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

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

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

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

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