#531243

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

Shades of Tyrian Purple #531243

Tints of Tyrian Purple #531243

Color information

#531243 (or 0x531243) is unknown color: approx Tyrian Purple. HEX triplet: 53, 12 and 43. RGB value is (83,18,67). Sum of RGB (Red+Green+Blue) = 83+18+67=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531243 is #ACEDBC. Grayscale: #2A2A2A. Windows color (decimal): -11333053 or 4395603. OLE color: 4395603.

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

Color convert

RGB831867-
CMYK00.780.190.67
HSL314.77º64.36%19.8%-
HSV(B)314.77º78.31%32.55%-
XYZ4.82.685.57-
YUV43.02141.53156.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=49.40%
G=10.71%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83186700.780.190.67314.7764.3619.8
Hex53124304E134313b4014
Octal1232210301162310347310024
Binary101001110010100001101001110100111000011100111011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531243; }

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

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

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

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

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

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

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

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