#570C3E

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

Shades of Tyrian Purple #570C3E

Tints of Tyrian Purple #570C3E

Color information

#570C3E (or 0x570C3E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0C and 3E. RGB value is (87,12,62). Sum of RGB (Red+Green+Blue) = 87+12+62=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C3E is #A8F3C1. Grayscale: #282828. Windows color (decimal): -11072450 or 4066391. OLE color: 4066391.

HSL color Cylindrical-coordinate representation of color #570C3E: hue angle of 320º 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 #570C3E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB871262-
CMYK00.860.290.66
HSL320º75.76%19.41%-
HSV(B)320º86.21%34.12%-
XYZ4.932.644.81-
YUV40.12140.35161.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=54.04%
G=7.45%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87126200.860.290.6632075.7619.41
Hex57C3E0561D421404c13
Octal127147601263510250011423
Binary1010111110011111001010110111011000010101000000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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