#570C34

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

Shades of Tyrian Purple #570C34

Tints of Tyrian Purple #570C34

Color information

#570C34 (or 0x570C34) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0C and 34. RGB value is (87,12,52). Sum of RGB (Red+Green+Blue) = 87+12+52=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #570C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C34 is #A8F3CB. Grayscale: #262626. Windows color (decimal): -11072460 or 3411031. OLE color: 3411031.

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

Color convert

RGB871252-
CMYK00.860.400.66
HSL328º75.76%19.41%-
HSV(B)328º86.21%34.12%-
XYZ4.682.543.49-
YUV38.98135.35162.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=57.62%
G=7.95%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87125200.860.400.6632875.7619.41
Hex57C3405628421484c13
Octal127146401265010251011423
Binary10101111100110100010101101010001000010101001000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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