#570037

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

Shades of Tyrian Purple #570037

Tints of Tyrian Purple #570037

Color information

#570037 (or 0x570037) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 37. RGB value is (87,0,55). Sum of RGB (Red+Green+Blue) = 87+0+55=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #570037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570037 is #A8FFC8. Grayscale: #202020. Windows color (decimal): -11075529 or 3604567. OLE color: 3604567.

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

Color convert

RGB87055-
CMYK010.370.66
HSL322.07º100%17.06%-
HSV(B)322.07º100%34.12%-
XYZ4.622.33.82-
YUV32.28140.82167.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=61.27%
G=0%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87055010.370.66322.0710017.06
Hex5703706425421426411
Octal12706701444510250214421
Binary10101110110111011001001001011000010101000010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570037; }

 p { color: rgb(87,0,55); }

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

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

 a { background-color: rgb(87,0,55); }

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

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

 span { border-color: rgb(87,0,55); }

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