#570B3C

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

Shades of Tyrian Purple #570B3C

Tints of Tyrian Purple #570B3C

Color information

#570B3C (or 0x570B3C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0B and 3C. RGB value is (87,11,60). Sum of RGB (Red+Green+Blue) = 87+11+60=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #570B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B3C is #A8F4C3. Grayscale: #272727. Windows color (decimal): -11072708 or 3935063. OLE color: 3935063.

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

Color convert

RGB871160-
CMYK00.870.310.66
HSL321.32º77.55%19.22%-
HSV(B)321.32º87.36%34.12%-
XYZ4.872.594.52-
YUV39.31139.68162.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=55.06%
G=6.96%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87116000.870.310.66321.3277.5519.22
Hex57B3C0571F421414e13
Octal127137401273710250111623
Binary1010111101111110001010111111111000010101000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,11,60); }

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

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

 a { background-color: rgb(87,11,60); }

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

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

 span { border-color: rgb(87,11,60); }

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