#57123A

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

Shades of Tyrian Purple #57123A

Tints of Tyrian Purple #57123A

Color information

#57123A (or 0x57123A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 3A. RGB value is (87,18,58). Sum of RGB (Red+Green+Blue) = 87+18+58=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57123A is #A8EDC5. Grayscale: #2B2B2B. Windows color (decimal): -11070918 or 3805783. OLE color: 3805783.

HSL color Cylindrical-coordinate representation of color #57123A: hue angle of 325.22º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57123A is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB871858-
CMYK00.790.330.66
HSL325.22º65.71%20.59%-
HSV(B)325.22º79.31%34.12%-
XYZ4.912.764.28-
YUV43.19136.36159.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=53.37%
G=11.04%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87185800.790.330.66325.2265.7120.59
Hex57123A04F21421454215
Octal127227201174110250510225
Binary101011110010111010010011111000011000010101000101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57123A; }

 p { color: rgb(87,18,58); }

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

<style>
 a { background-color: #57123A; }

 a { background-color: rgb(87,18,58); }

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

<style>
 span { border-color: #57123A; }

 span { border-color: rgb(87,18,58); }

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