#560948

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

Shades of Tyrian Purple #560948

Tints of Tyrian Purple #560948

Color information

#560948 (or 0x560948) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 48. RGB value is (86,9,72). Sum of RGB (Red+Green+Blue) = 86+9+72=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #560948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560948 is #A9F6B7. Grayscale: #272727. Windows color (decimal): -11138744 or 4720982. OLE color: 4720982.

HSL color Cylindrical-coordinate representation of color #560948: hue angle of 310.91º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560948 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB86972-
CMYK00.900.160.66
HSL310.91º81.05%18.63%-
HSV(B)310.91º89.53%33.73%-
XYZ5.112.646.37-
YUV39.2146.51161.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=51.50%
G=5.39%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8697200.900.160.66310.9181.0518.63
Hex5694805A10421375113
Octal1261111001322010246712123
Binary10101101001100100001011010100001000010100110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560948; }

 p { color: rgb(86,9,72); }

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

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

 a { background-color: rgb(86,9,72); }

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

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

 span { border-color: rgb(86,9,72); }

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