#531341

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

Shades of Tyrian Purple #531341

Tints of Tyrian Purple #531341

Color information

#531341 (or 0x531341) is unknown color: approx Tyrian Purple. HEX triplet: 53, 13 and 41. RGB value is (83,19,65). Sum of RGB (Red+Green+Blue) = 83+19+65=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531341 is #ACECBE. Grayscale: #2B2B2B. Windows color (decimal): -11332799 or 4264787. OLE color: 4264787.

HSL color Cylindrical-coordinate representation of color #531341: hue angle of 316.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531341 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB831965-
CMYK00.770.220.67
HSL316.88º62.75%20%-
HSV(B)316.88º77.11%32.55%-
XYZ4.752.695.27-
YUV43.38140.2156.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=49.70%
G=11.38%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83196500.770.220.67316.8862.7520
Hex53134104D164313d3f14
Octal123231010115261034757724
Binary10100111001110000010100110110110100001110011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531341; }

 p { color: rgb(83,19,65); }

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

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

 a { background-color: rgb(83,19,65); }

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

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

 span { border-color: rgb(83,19,65); }

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