#531146

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

Shades of Tyrian Purple #531146

Tints of Tyrian Purple #531146

Color information

#531146 (or 0x531146) is unknown color: approx Tyrian Purple. HEX triplet: 53, 11 and 46. RGB value is (83,17,70). Sum of RGB (Red+Green+Blue) = 83+17+70=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531146 is #ACEEB9. Grayscale: #2A2A2A. Windows color (decimal): -11333306 or 4591955. OLE color: 4591955.

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

Color convert

RGB831770-
CMYK00.800.160.67
HSL311.82º66%19.61%-
HSV(B)311.82º79.52%32.55%-
XYZ4.872.686.06-
YUV42.78143.37156.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=48.82%
G=10%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83177000.800.160.67311.826619.61
Hex53114605010431384214
Octal1232110601202010347010224
Binary101001110001100011001010000100001000011100111000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531146; }

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

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

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

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

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

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

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

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