#560334

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

Shades of Tyrian Purple #560334

Tints of Tyrian Purple #560334

Color information

#560334 (or 0x560334) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 34. RGB value is (86,3,52). Sum of RGB (Red+Green+Blue) = 86+3+52=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #560334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560334 is #A9FCCB. Grayscale: #212121. Windows color (decimal): -11140300 or 3408726. OLE color: 3408726.

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

Color convert

RGB86352-
CMYK00.970.400.66
HSL324.58º93.26%17.45%-
HSV(B)324.58º96.51%33.73%-
XYZ4.492.293.45-
YUV33.4138.5165.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=60.99%
G=2.13%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8635200.970.400.66324.5893.2617.45
Hex5633406128421455d11
Octal12636401415010250513521
Binary101011011110100011000011010001000010101000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560334; }

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

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

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

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

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

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

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

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