#57133A

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

Shades of Tyrian Purple #57133A

Tints of Tyrian Purple #57133A

Color information

#57133A (or 0x57133A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 13 and 3A. RGB value is (87,19,58). Sum of RGB (Red+Green+Blue) = 87+19+58=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57133A is #A8ECC5. Grayscale: #2B2B2B. Windows color (decimal): -11070662 or 3806039. OLE color: 3806039.

HSL color Cylindrical-coordinate representation of color #57133A: hue angle of 325.59º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57133A is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB871958-
CMYK00.780.330.66
HSL325.59º64.15%20.78%-
HSV(B)325.59º78.16%34.12%-
XYZ4.932.84.28-
YUV43.78136.03158.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=53.05%
G=11.59%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87195800.780.330.66325.5964.1520.78
Hex57133A04E21421464015
Octal127237201164110250610025
Binary101011110011111010010011101000011000010101000110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57133A; }

 p { color: rgb(87,19,58); }

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

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

 a { background-color: rgb(87,19,58); }

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

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

 span { border-color: rgb(87,19,58); }

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