#57012B

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

Shades of Tyrian Purple #57012B

Tints of Tyrian Purple #57012B

Color information

#57012B (or 0x57012B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 2B. RGB value is (87,1,43). Sum of RGB (Red+Green+Blue) = 87+1+43=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57012B is #A8FED4. Grayscale: #1F1F1F. Windows color (decimal): -11075285 or 2818391. OLE color: 2818391.

HSL color Cylindrical-coordinate representation of color #57012B: hue angle of 330.7º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57012B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB87143-
CMYK00.990.510.66
HSL330.7º97.73%17.25%-
HSV(B)330.7º98.85%34.12%-
XYZ4.382.222.48-
YUV31.5134.49167.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=66.41%
G=0.76%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8714300.990.510.66330.797.7317.25
Hex5712B063334214b6211
Octal12715301436310251314221
Binary10101111101011011000111100111000010101001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,1,43); }

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

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

 a { background-color: rgb(87,1,43); }

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

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

 span { border-color: rgb(87,1,43); }

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