#560F4C

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

Shades of Tyrian Purple #560F4C

Tints of Tyrian Purple #560F4C

Color information

#560F4C (or 0x560F4C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0F and 4C. RGB value is (86,15,76). Sum of RGB (Red+Green+Blue) = 86+15+76=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #560F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560F4C is #A9F0B3. Grayscale: #2B2B2B. Windows color (decimal): -11137204 or 4984662. OLE color: 4984662.

HSL color Cylindrical-coordinate representation of color #560F4C: hue angle of 308.45º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F4C is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB861576-
CMYK00.830.120.66
HSL308.45º70.3%19.8%-
HSV(B)308.45º82.56%33.73%-
XYZ5.312.847.11-
YUV43.18146.52158.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=48.59%
G=8.47%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86157600.830.120.66308.4570.319.8
Hex56F4C053C421344614
Octal1261711401231410246410624
Binary1010110111110011000101001111001000010100110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,15,76); }

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

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

 a { background-color: rgb(86,15,76); }

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

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

 span { border-color: rgb(86,15,76); }

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