#531241

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

Shades of Tyrian Purple #531241

Tints of Tyrian Purple #531241

Color information

#531241 (or 0x531241) is unknown color: approx Tyrian Purple. HEX triplet: 53, 12 and 41. RGB value is (83,18,65). Sum of RGB (Red+Green+Blue) = 83+18+65=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531241 is #ACEDBE. Grayscale: #2A2A2A. Windows color (decimal): -11333055 or 4264531. OLE color: 4264531.

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

Color convert

RGB831865-
CMYK00.780.220.67
HSL316.62º64.36%19.8%-
HSV(B)316.62º78.31%32.55%-
XYZ4.742.655.26-
YUV42.79140.53156.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=50%
G=10.84%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83186500.780.220.67316.6264.3619.8
Hex53124104E164313d4014
Octal1232210101162610347510024
Binary101001110010100000101001110101101000011100111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531241; }

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

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

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

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

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

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

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

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