#560B3C

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

Shades of Tyrian Purple #560B3C

Tints of Tyrian Purple #560B3C

Color information

#560B3C (or 0x560B3C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0B and 3C. RGB value is (86,11,60). Sum of RGB (Red+Green+Blue) = 86+11+60=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B3C is #A9F4C3. Grayscale: #262626. Windows color (decimal): -11138244 or 3935062. OLE color: 3935062.

HSL color Cylindrical-coordinate representation of color #560B3C: hue angle of 320.8º degrees, saturation: 0.77, 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 #560B3C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB861160-
CMYK00.870.300.66
HSL320.8º77.32%19.02%-
HSV(B)320.8º87.21%33.73%-
XYZ4.772.544.51-
YUV39.01139.85161.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=54.78%
G=7.01%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86116000.870.300.66320.877.3219.02
Hex56B3C0571E421414d13
Octal126137401273610250111523
Binary1010110101111110001010111111101000010101000001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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