#570341

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

Shades of Tyrian Purple #570341

Tints of Tyrian Purple #570341

Color information

#570341 (or 0x570341) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 41. RGB value is (87,3,65). Sum of RGB (Red+Green+Blue) = 87+3+65=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570341 is #A8FCBE. Grayscale: #232323. Windows color (decimal): -11074751 or 4260695. OLE color: 4260695.

HSL color Cylindrical-coordinate representation of color #570341: hue angle of 315.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570341 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB87365-
CMYK00.970.250.66
HSL315.71º93.33%17.65%-
HSV(B)315.71º96.55%34.12%-
XYZ4.922.475.22-
YUV35.18144.83164.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=56.13%
G=1.94%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8736500.970.250.66315.7193.3317.65
Hex57341061194213c5d12
Octal127310101413110247413522
Binary101011111100000101100001110011000010100111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570341; }

 p { color: rgb(87,3,65); }

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

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

 a { background-color: rgb(87,3,65); }

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

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

 span { border-color: rgb(87,3,65); }

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