#531344

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

Shades of Tyrian Purple #531344

Tints of Tyrian Purple #531344

Color information

#531344 (or 0x531344) is unknown color: approx Tyrian Purple. HEX triplet: 53, 13 and 44. RGB value is (83,19,68). Sum of RGB (Red+Green+Blue) = 83+19+68=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531344 is #ACECBB. Grayscale: #2B2B2B. Windows color (decimal): -11332796 or 4461395. OLE color: 4461395.

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

Color convert

RGB831968-
CMYK00.770.180.67
HSL314.06º62.75%20%-
HSV(B)314.06º77.11%32.55%-
XYZ4.842.725.74-
YUV43.72141.7156.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 68 (26.95% from 255) = 40%
R=48.82%
G=11.18%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83196800.770.180.67314.0662.7520
Hex53134404D124313a3f14
Octal123231040115221034727724
Binary10100111001110001000100110110010100001110011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531344; }

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

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

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

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

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

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

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

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