#57103B

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

Shades of Tyrian Purple #57103B

Tints of Tyrian Purple #57103B

Color information

#57103B (or 0x57103B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 3B. RGB value is (87,16,59). Sum of RGB (Red+Green+Blue) = 87+16+59=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #57103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57103B is #A8EFC4. Grayscale: #2A2A2A. Windows color (decimal): -11071429 or 3870807. OLE color: 3870807.

HSL color Cylindrical-coordinate representation of color #57103B: hue angle of 323.66º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57103B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB871659-
CMYK00.820.320.66
HSL323.66º68.93%20.2%-
HSV(B)323.66º81.61%34.12%-
XYZ4.912.714.4-
YUV42.13137.52160-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=53.70%
G=9.88%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87165900.820.320.66323.6668.9320.2
Hex57103B05220421444514
Octal127207301224010250410524
Binary101011110000111011010100101000001000010101000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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