#57123B

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

Shades of Tyrian Purple #57123B

Tints of Tyrian Purple #57123B

Color information

#57123B (or 0x57123B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 3B. RGB value is (87,18,59). Sum of RGB (Red+Green+Blue) = 87+18+59=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57123B is #A8EDC4. Grayscale: #2B2B2B. Windows color (decimal): -11070917 or 3871319. OLE color: 3871319.

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

Color convert

RGB871859-
CMYK00.790.320.66
HSL324.35º65.71%20.59%-
HSV(B)324.35º79.31%34.12%-
XYZ4.942.774.41-
YUV43.3136.86159.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=53.05%
G=10.98%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87185900.790.320.66324.3565.7120.59
Hex57123B04F20421444215
Octal127227301174010250410225
Binary101011110010111011010011111000001000010101000100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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