#780940

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

Shades of Tyrian Purple #780940

Tints of Tyrian Purple #780940

Color information

#780940 (or 0x780940) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 40. RGB value is (120,9,64). Sum of RGB (Red+Green+Blue) = 120+9+64=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #780940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780940 is #87F6BF. Grayscale: #303030. Windows color (decimal): -8910528 or 4196728. OLE color: 4196728.

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

Color convert

RGB120964-
CMYK00.920.470.53
HSL330.27º86.05%25.29%-
HSV(B)330.27º92.5%47.06%-
XYZ8.774.565.27-
YUV48.46136.77179.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.18%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=62.18%
G=4.66%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12096400.920.470.53330.2786.0525.29
Hex7894005C2F3514a5619
Octal170111000134576551212631
Binary11110001001100000001011100101111110101101001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780940; }

 p { color: rgb(120,9,64); }

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

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

 a { background-color: rgb(120,9,64); }

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

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

 span { border-color: rgb(120,9,64); }

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