#57063F

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

Shades of Tyrian Purple #57063F

Tints of Tyrian Purple #57063F

Color information

#57063F (or 0x57063F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 3F. RGB value is (87,6,63). Sum of RGB (Red+Green+Blue) = 87+6+63=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57063F is #A8F9C0. Grayscale: #242424. Windows color (decimal): -11073985 or 4130391. OLE color: 4130391.

HSL color Cylindrical-coordinate representation of color #57063F: hue angle of 317.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57063F is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB87663-
CMYK00.930.280.66
HSL317.78º87.1%18.24%-
HSV(B)317.78º93.1%34.12%-
XYZ4.892.524.93-
YUV36.72142.84163.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 63 (25% from 255) = 40.38%
R=55.77%
G=3.85%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8766300.930.280.66317.7887.118.24
Hex5763F05D1C4213e5712
Octal12767701353410247612722
Binary101011111011111101011101111001000010100111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57063F; }

 p { color: rgb(87,6,63); }

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

<style>
 a { background-color: #57063F; }

 a { background-color: rgb(87,6,63); }

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

<style>
 span { border-color: #57063F; }

 span { border-color: rgb(87,6,63); }

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