#531247

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

Shades of Tyrian Purple #531247

Tints of Tyrian Purple #531247

Color information

#531247 (or 0x531247) is unknown color: approx Tyrian Purple. HEX triplet: 53, 12 and 47. RGB value is (83,18,71). Sum of RGB (Red+Green+Blue) = 83+18+71=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531247 is #ACEDB8. Grayscale: #2B2B2B. Windows color (decimal): -11333049 or 4657747. OLE color: 4657747.

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

Color convert

RGB831871-
CMYK00.780.140.67
HSL311.08º64.36%19.8%-
HSV(B)311.08º78.31%32.55%-
XYZ4.922.736.23-
YUV43.48143.53156.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=48.26%
G=10.47%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83187100.780.140.67311.0864.3619.8
Hex53124704EE431374014
Octal1232210701161610346710024
Binary10100111001010001110100111011101000011100110111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531247; }

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

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

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

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

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

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

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

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