#531142

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

Shades of Tyrian Purple #531142

Tints of Tyrian Purple #531142

Color information

#531142 (or 0x531142) is unknown color: approx Tyrian Purple. HEX triplet: 53, 11 and 42. RGB value is (83,17,66). Sum of RGB (Red+Green+Blue) = 83+17+66=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531142 is #ACEEBD. Grayscale: #2A2A2A. Windows color (decimal): -11333310 or 4329811. OLE color: 4329811.

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

Color convert

RGB831766-
CMYK00.800.200.67
HSL315.45º66%19.61%-
HSV(B)315.45º79.52%32.55%-
XYZ4.752.635.41-
YUV42.32141.37157.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=50%
G=10.24%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83176600.800.200.67315.456619.61
Hex531142050144313b4214
Octal1232110201202410347310224
Binary101001110001100001001010000101001000011100111011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531142; }

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

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

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

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

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

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

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

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