#560935

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

Shades of Tyrian Purple #560935

Tints of Tyrian Purple #560935

Color information

#560935 (or 0x560935) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 35. RGB value is (86,9,53). Sum of RGB (Red+Green+Blue) = 86+9+53=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #560935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560935 is #A9F6CA. Grayscale: #242424. Windows color (decimal): -11138763 or 3475798. OLE color: 3475798.

HSL color Cylindrical-coordinate representation of color #560935: hue angle of 325.71º 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 #560935 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB86953-
CMYK00.900.380.66
HSL325.71º81.05%18.63%-
HSV(B)325.71º89.53%33.73%-
XYZ4.582.433.6-
YUV37.04137.01162.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=58.11%
G=6.08%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8695300.900.380.66325.7181.0518.63
Hex5693505A26421465113
Octal126116501324610250612123
Binary10101101001110101010110101001101000010101000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560935; }

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

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

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

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

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

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

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

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