#560328

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

Shades of Tyrian Purple #560328

Tints of Tyrian Purple #560328

Color information

#560328 (or 0x560328) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 28. RGB value is (86,3,40). Sum of RGB (Red+Green+Blue) = 86+3+40=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #560328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560328 is #A9FCD7. Grayscale: #1F1F1F. Windows color (decimal): -11140312 or 2622294. OLE color: 2622294.

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

Color convert

RGB86340-
CMYK00.970.530.66
HSL333.25º93.26%17.45%-
HSV(B)333.25º96.51%33.73%-
XYZ4.252.22.21-
YUV32.03132.5166.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=66.67%
G=2.33%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8634000.970.530.66333.2593.2617.45
Hex56328061354214d5d11
Octal12635001416510251513521
Binary101011011101000011000011101011000010101001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560328; }

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

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

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

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

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

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

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

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