#560333

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

Shades of Tyrian Purple #560333

Tints of Tyrian Purple #560333

Color information

#560333 (or 0x560333) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 33. RGB value is (86,3,51). Sum of RGB (Red+Green+Blue) = 86+3+51=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #560333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560333 is #A9FCCC. Grayscale: #212121. Windows color (decimal): -11140301 or 3343190. OLE color: 3343190.

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

Color convert

RGB86351-
CMYK00.970.410.66
HSL325.3º93.26%17.45%-
HSV(B)325.3º96.51%33.73%-
XYZ4.472.283.34-
YUV33.29138165.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=61.43%
G=2.14%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8635100.970.410.66325.393.2617.45
Hex5633306129421455d11
Octal12636301415110250513521
Binary101011011110011011000011010011000010101000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560333; }

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

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

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

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

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

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

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

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