#570C38

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

Shades of Tyrian Purple #570C38

Tints of Tyrian Purple #570C38

Color information

#570C38 (or 0x570C38) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0C and 38. RGB value is (87,12,56). Sum of RGB (Red+Green+Blue) = 87+12+56=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C38 is #A8F3C7. Grayscale: #272727. Windows color (decimal): -11072456 or 3673175. OLE color: 3673175.

HSL color Cylindrical-coordinate representation of color #570C38: hue angle of 324.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C38 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB871256-
CMYK00.860.360.66
HSL324.8º75.76%19.41%-
HSV(B)324.8º86.21%34.12%-
XYZ4.782.573.99-
YUV39.44137.35161.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 12 (5.08% from 255) = 7.74%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=56.13%
G=7.74%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87125600.860.360.66324.875.7619.41
Hex57C3805624421454c13
Octal127147001264410250511423
Binary10101111100111000010101101001001000010101000101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570C38; }

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

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

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

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

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

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

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

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