#57022A

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

Shades of Tyrian Purple #57022A

Tints of Tyrian Purple #57022A

Color information

#57022A (or 0x57022A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 2A. RGB value is (87,2,42). Sum of RGB (Red+Green+Blue) = 87+2+42=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022A is #A8FDD5. Grayscale: #1F1F1F. Windows color (decimal): -11075030 or 2753111. OLE color: 2753111.

HSL color Cylindrical-coordinate representation of color #57022A: hue angle of 331.76º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57022A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB87242-
CMYK00.980.520.66
HSL331.76º95.51%17.45%-
HSV(B)331.76º97.7%34.12%-
XYZ4.372.242.39-
YUV31.98133.66167.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=66.41%
G=1.53%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724200.980.520.66331.7695.5117.45
Hex5722A062344214c6011
Octal12725201426410251414021
Binary101011110101010011000101101001000010101001100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,2,42); }

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

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

 a { background-color: rgb(87,2,42); }

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

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

 span { border-color: rgb(87,2,42); }

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