#57133B

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

Shades of Tyrian Purple #57133B

Tints of Tyrian Purple #57133B

Color information

#57133B (or 0x57133B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 13 and 3B. RGB value is (87,19,59). Sum of RGB (Red+Green+Blue) = 87+19+59=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57133B is #A8ECC4. Grayscale: #2B2B2B. Windows color (decimal): -11070661 or 3871575. OLE color: 3871575.

HSL color Cylindrical-coordinate representation of color #57133B: hue angle of 324.71º 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 #57133B is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB871959-
CMYK00.780.320.66
HSL324.71º64.15%20.78%-
HSV(B)324.71º78.16%34.12%-
XYZ4.952.814.42-
YUV43.89136.53158.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=52.73%
G=11.52%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87195900.780.320.66324.7164.1520.78
Hex57133B04E20421454015
Octal127237301164010250510025
Binary101011110011111011010011101000001000010101000101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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