#570C4E

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

Shades of Tyrian Purple #570C4E

Tints of Tyrian Purple #570C4E

Color information

#570C4E (or 0x570C4E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0C and 4E. RGB value is (87,12,78). Sum of RGB (Red+Green+Blue) = 87+12+78=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C4E is #A8F3B1. Grayscale: #292929. Windows color (decimal): -11072434 or 5114967. OLE color: 5114967.

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

Color convert

RGB871278-
CMYK00.860.100.66
HSL307.2º75.76%19.41%-
HSV(B)307.2º86.21%34.12%-
XYZ5.442.847.47-
YUV41.95148.35160.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=49.15%
G=6.78%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87127800.860.100.66307.275.7619.41
Hex57C4E056A421334c13
Octal1271411601261210246311423
Binary1010111110010011100101011010101000010100110011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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