#531444

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

Shades of Tyrian Purple #531444

Tints of Tyrian Purple #531444

Color information

#531444 (or 0x531444) is unknown color: approx Tyrian Purple. HEX triplet: 53, 14 and 44. RGB value is (83,20,68). Sum of RGB (Red+Green+Blue) = 83+20+68=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531444 is #ACEBBB. Grayscale: #2C2C2C. Windows color (decimal): -11332540 or 4461651. OLE color: 4461651.

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

Color convert

RGB832068-
CMYK00.760.180.67
HSL314.29º61.17%20.2%-
HSV(B)314.29º75.9%32.55%-
XYZ4.862.765.74-
YUV44.31141.37155.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=48.54%
G=11.70%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83206800.760.180.67314.2961.1720.2
Hex53144404C124313a3d14
Octal123241040114221034727524
Binary10100111010010001000100110010010100001110011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531444; }

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

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

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

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

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

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

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

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