#780944

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

Shades of Tyrian Purple #780944

Tints of Tyrian Purple #780944

Color information

#780944 (or 0x780944) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 44. RGB value is (120,9,68). Sum of RGB (Red+Green+Blue) = 120+9+68=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #780944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780944 is #87F6BB. Grayscale: #303030. Windows color (decimal): -8910524 or 4458872. OLE color: 4458872.

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

Color convert

RGB120968-
CMYK00.920.430.53
HSL328.11º86.05%25.29%-
HSV(B)328.11º92.5%47.06%-
XYZ8.894.615.89-
YUV48.92138.77178.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.91%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=60.91%
G=4.57%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12096800.920.430.53328.1186.0525.29
Hex7894405C2B351485619
Octal170111040134536551012631
Binary11110001001100010001011100101011110101101001000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780944; }

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

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

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

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

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

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

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

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