#780656

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

Shades of Tyrian Purple #780656

Tints of Tyrian Purple #780656

Color information

#780656 (or 0x780656) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 56. RGB value is (120,6,86). Sum of RGB (Red+Green+Blue) = 120+6+86=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780656 is #87F9A9. Grayscale: #313131. Windows color (decimal): -8911274 or 5637752. OLE color: 5637752.

HSL color Cylindrical-coordinate representation of color #780656: hue angle of 317.89º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780656 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB120686-
CMYK00.950.280.53
HSL317.89º90.48%24.71%-
HSV(B)317.89º95%47.06%-
XYZ9.494.89.23-
YUV49.21148.77178.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=56.60%
G=2.83%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12068600.950.280.53317.8990.4824.71
Hex7865605F1C3513e5a19
Octal17061260137346547613231
Binary111100011010101100101111111100110101100111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780656; }

 p { color: rgb(120,6,86); }

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

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

 a { background-color: rgb(120,6,86); }

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

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

 span { border-color: rgb(120,6,86); }

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