#531343

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

Shades of Tyrian Purple #531343

Tints of Tyrian Purple #531343

Color information

#531343 (or 0x531343) is unknown color: approx Tyrian Purple. HEX triplet: 53, 13 and 43. RGB value is (83,19,67). Sum of RGB (Red+Green+Blue) = 83+19+67=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531343 is #ACECBC. Grayscale: #2B2B2B. Windows color (decimal): -11332797 or 4395859. OLE color: 4395859.

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

Color convert

RGB831967-
CMYK00.770.190.67
HSL315º62.75%20%-
HSV(B)315º77.11%32.55%-
XYZ4.812.715.58-
YUV43.61141.2156.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 67 (26.56% from 255) = 39.64%
R=49.11%
G=11.24%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83196700.770.190.6731562.7520
Hex53134304D134313b3f14
Octal123231030115231034737724
Binary10100111001110000110100110110011100001110011101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531343; }

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

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

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

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

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

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

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

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