#57012C

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

Shades of Tyrian Purple #57012C

Tints of Tyrian Purple #57012C

Color information

#57012C (or 0x57012C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 2C. RGB value is (87,1,44). Sum of RGB (Red+Green+Blue) = 87+1+44=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57012C is #A8FED3. Grayscale: #1F1F1F. Windows color (decimal): -11075284 or 2883927. OLE color: 2883927.

HSL color Cylindrical-coordinate representation of color #57012C: hue angle of 330º 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 #57012C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB87144-
CMYK00.990.490.66
HSL330º97.73%17.25%-
HSV(B)330º98.85%34.12%-
XYZ4.42.232.58-
YUV31.62134.99167.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=65.91%
G=0.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8714400.990.490.6633097.7317.25
Hex5712C063314214a6211
Octal12715401436110251214221
Binary10101111101100011000111100011000010101001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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