#531143

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

Shades of Tyrian Purple #531143

Tints of Tyrian Purple #531143

Color information

#531143 (or 0x531143) is unknown color: approx Tyrian Purple. HEX triplet: 53, 11 and 43. RGB value is (83,17,67). Sum of RGB (Red+Green+Blue) = 83+17+67=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531143 is #ACEEBC. Grayscale: #2A2A2A. Windows color (decimal): -11333309 or 4395347. OLE color: 4395347.

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

Color convert

RGB831767-
CMYK00.800.190.67
HSL314.55º66%19.61%-
HSV(B)314.55º79.52%32.55%-
XYZ4.782.655.57-
YUV42.43141.87156.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=49.70%
G=10.18%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83176700.800.190.67314.556619.61
Hex531143050134313b4214
Octal1232110301202310347310224
Binary101001110001100001101010000100111000011100111011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531143; }

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

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

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

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

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

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

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

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