#780945

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

Shades of Tyrian Purple #780945

Tints of Tyrian Purple #780945

Color information

#780945 (or 0x780945) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 45. RGB value is (120,9,69). Sum of RGB (Red+Green+Blue) = 120+9+69=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #780945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780945 is #87F6BA. Grayscale: #303030. Windows color (decimal): -8910523 or 4524408. OLE color: 4524408.

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

Color convert

RGB120969-
CMYK00.920.420.53
HSL327.57º86.05%25.29%-
HSV(B)327.57º92.5%47.06%-
XYZ8.924.626.05-
YUV49.03139.27178.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.61%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=60.61%
G=4.55%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12096900.920.420.53327.5786.0525.29
Hex7894505C2A351485619
Octal170111050134526551012631
Binary11110001001100010101011100101010110101101001000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780945; }

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

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

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

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

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

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

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

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