#780654

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

Shades of Tyrian Purple #780654

Tints of Tyrian Purple #780654

Color information

#780654 (or 0x780654) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 54. RGB value is (120,6,84). Sum of RGB (Red+Green+Blue) = 120+6+84=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #780654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780654 is #87F9AB. Grayscale: #303030. Windows color (decimal): -8911276 or 5506680. OLE color: 5506680.

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

Color convert

RGB120684-
CMYK00.950.30.53
HSL318.95º90.48%24.71%-
HSV(B)318.95º95%47.06%-
XYZ9.414.768.81-
YUV48.98147.77178.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 84 (33.20% from 255) = 40%
R=57.14%
G=2.86%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12068400.950.30.53318.9590.4824.71
Hex7865405F1E3513f5a19
Octal17061240137366547713231
Binary111100011010101000101111111110110101100111111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780654; }

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

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

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

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

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

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

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

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