#57063B

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

Shades of Tyrian Purple #57063B

Tints of Tyrian Purple #57063B

Color information

#57063B (or 0x57063B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 3B. RGB value is (87,6,59). Sum of RGB (Red+Green+Blue) = 87+6+59=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57063B is #A8F9C4. Grayscale: #242424. Windows color (decimal): -11073989 or 3868247. OLE color: 3868247.

HSL color Cylindrical-coordinate representation of color #57063B: hue angle of 320.74º 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 #57063B is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB87659-
CMYK00.930.320.66
HSL320.74º87.1%18.24%-
HSV(B)320.74º93.1%34.12%-
XYZ4.792.474.36-
YUV36.26140.84164.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=57.24%
G=3.95%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8765900.930.320.66320.7487.118.24
Hex5763B05D20421415712
Octal12767301354010250112722
Binary1010111110111011010111011000001000010101000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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