#560C3F

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

Shades of Tyrian Purple #560C3F

Tints of Tyrian Purple #560C3F

Color information

#560C3F (or 0x560C3F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0C and 3F. RGB value is (86,12,63). Sum of RGB (Red+Green+Blue) = 86+12+63=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #560C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560C3F is #A9F3C0. Grayscale: #272727. Windows color (decimal): -11137985 or 4131926. OLE color: 4131926.

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

Color convert

RGB861263-
CMYK00.860.270.66
HSL318.65º75.51%19.22%-
HSV(B)318.65º86.05%33.73%-
XYZ4.872.64.95-
YUV39.94141.02160.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 63 (25% from 255) = 39.13%
R=53.42%
G=7.45%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86126300.860.270.66318.6575.5119.22
Hex56C3F0561B4213f4c13
Octal126147701263310247711423
Binary1010110110011111101010110110111000010100111111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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