#560B3E

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

Shades of Tyrian Purple #560B3E

Tints of Tyrian Purple #560B3E

Color information

#560B3E (or 0x560B3E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0B and 3E. RGB value is (86,11,62). Sum of RGB (Red+Green+Blue) = 86+11+62=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #560B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B3E is #A9F4C1. Grayscale: #272727. Windows color (decimal): -11138242 or 4066134. OLE color: 4066134.

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

Color convert

RGB861162-
CMYK00.870.280.66
HSL319.2º77.32%19.02%-
HSV(B)319.2º87.21%33.73%-
XYZ4.832.574.8-
YUV39.24140.85161.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=54.09%
G=6.92%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86116200.870.280.66319.277.3219.02
Hex56B3E0571C4213f4d13
Octal126137601273410247711523
Binary1010110101111111001010111111001000010100111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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