#560342

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

Shades of Tyrian Purple #560342

Tints of Tyrian Purple #560342

Color information

#560342 (or 0x560342) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 42. RGB value is (86,3,66). Sum of RGB (Red+Green+Blue) = 86+3+66=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #560342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560342 is #A9FCBD. Grayscale: #222222. Windows color (decimal): -11140286 or 4326230. OLE color: 4326230.

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

Color convert

RGB86366-
CMYK00.970.230.66
HSL314.46º93.26%17.45%-
HSV(B)314.46º96.51%33.73%-
XYZ4.852.445.37-
YUV35145.5164.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=55.48%
G=1.94%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8636600.970.230.66314.4693.2617.45
Hex56342061174213a5d11
Octal126310201412710247213521
Binary101011011100001001100001101111000010100111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560342; }

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

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

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

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

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

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

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

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