#560C4B

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

Shades of Tyrian Purple #560C4B

Tints of Tyrian Purple #560C4B

Color information

#560C4B (or 0x560C4B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0C and 4B. RGB value is (86,12,75). Sum of RGB (Red+Green+Blue) = 86+12+75=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #560C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560C4B is #A9F3B4. Grayscale: #292929. Windows color (decimal): -11137973 or 4918358. OLE color: 4918358.

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

Color convert

RGB861275-
CMYK00.860.130.66
HSL308.92º75.51%19.22%-
HSV(B)308.92º86.05%33.73%-
XYZ5.242.756.91-
YUV41.31147.02159.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=49.71%
G=6.94%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86127500.860.130.66308.9275.5119.22
Hex56C4B056D421354c13
Octal1261411301261510246511423
Binary1010110110010010110101011011011000010100110101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,12,75); }

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

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

 a { background-color: rgb(86,12,75); }

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

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

 span { border-color: rgb(86,12,75); }

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