#57153E

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

Shades of Tyrian Purple #57153E

Tints of Tyrian Purple #57153E

Color information

#57153E (or 0x57153E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 3E. RGB value is (87,21,62). Sum of RGB (Red+Green+Blue) = 87+21+62=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57153E is #A8EAC1. Grayscale: #2D2D2D. Windows color (decimal): -11070146 or 4068695. OLE color: 4068695.

HSL color Cylindrical-coordinate representation of color #57153E: hue angle of 322.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57153E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB872162-
CMYK00.760.290.66
HSL322.73º61.11%21.18%-
HSV(B)322.73º75.86%34.12%-
XYZ5.072.914.85-
YUV45.41137.37157.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=51.18%
G=12.35%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87216200.760.290.66322.7361.1121.18
Hex57153E04C1D421433d15
Octal12725760114351025037525
Binary1010111101011111100100110011101100001010100001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57153E; }

 p { color: rgb(87,21,62); }

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

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

 a { background-color: rgb(87,21,62); }

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

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

 span { border-color: rgb(87,21,62); }

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