#570338

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

Shades of Tyrian Purple #570338

Tints of Tyrian Purple #570338

Color information

#570338 (or 0x570338) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 38. RGB value is (87,3,56). Sum of RGB (Red+Green+Blue) = 87+3+56=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570338 is #A8FCC7. Grayscale: #222222. Windows color (decimal): -11074760 or 3670871. OLE color: 3670871.

HSL color Cylindrical-coordinate representation of color #570338: hue angle of 322.14º 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 #570338 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB87356-
CMYK00.970.360.66
HSL322.14º93.33%17.65%-
HSV(B)322.14º96.55%34.12%-
XYZ4.682.383.95-
YUV34.16140.33165.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=59.59%
G=2.05%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8735600.970.360.66322.1493.3317.65
Hex5733806124421425d12
Octal12737001414410250213522
Binary101011111111000011000011001001000010101000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570338; }

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

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

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

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

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

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

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

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