#531246

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

Shades of Tyrian Purple #531246

Tints of Tyrian Purple #531246

Color information

#531246 (or 0x531246) is unknown color: approx Tyrian Purple. HEX triplet: 53, 12 and 46. RGB value is (83,18,70). Sum of RGB (Red+Green+Blue) = 83+18+70=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531246 is #ACEDB9. Grayscale: #2B2B2B. Windows color (decimal): -11333050 or 4592211. OLE color: 4592211.

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

Color convert

RGB831870-
CMYK00.780.160.67
HSL312º64.36%19.8%-
HSV(B)312º78.31%32.55%-
XYZ4.892.716.06-
YUV43.36143.03156.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=48.54%
G=10.53%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83187000.780.160.6731264.3619.8
Hex53124604E10431384014
Octal1232210601162010347010024
Binary101001110010100011001001110100001000011100111000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531246; }

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

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

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

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

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

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

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

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