#560329

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

Shades of Tyrian Purple #560329

Tints of Tyrian Purple #560329

Color information

#560329 (or 0x560329) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 29. RGB value is (86,3,41). Sum of RGB (Red+Green+Blue) = 86+3+41=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560329 is #A9FCD6. Grayscale: #202020. Windows color (decimal): -11140311 or 2687830. OLE color: 2687830.

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

Color convert

RGB86341-
CMYK00.970.520.66
HSL332.53º93.26%17.45%-
HSV(B)332.53º96.51%33.73%-
XYZ4.272.22.3-
YUV32.15133166.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=66.15%
G=2.31%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8634100.970.520.66332.5393.2617.45
Hex56329061344214d5d11
Octal12635101416410251513521
Binary101011011101001011000011101001000010101001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560329; }

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

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

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

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

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

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

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

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