#560335

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

Shades of Tyrian Purple #560335

Tints of Tyrian Purple #560335

Color information

#560335 (or 0x560335) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 35. RGB value is (86,3,53). Sum of RGB (Red+Green+Blue) = 86+3+53=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #560335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560335 is #A9FCCA. Grayscale: #212121. Windows color (decimal): -11140299 or 3474262. OLE color: 3474262.

HSL color Cylindrical-coordinate representation of color #560335: hue angle of 323.86º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560335 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB86353-
CMYK00.970.380.66
HSL323.86º93.26%17.45%-
HSV(B)323.86º96.51%33.73%-
XYZ4.512.33.57-
YUV33.52139165.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=60.56%
G=2.11%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8635300.970.380.66323.8693.2617.45
Hex5633506126421445d11
Octal12636501414610250413521
Binary101011011110101011000011001101000010101000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560335; }

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

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

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

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

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

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

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

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