#780040

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

Shades of Tyrian Purple #780040

Tints of Tyrian Purple #780040

Color information

#780040 (or 0x780040) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 40. RGB value is (120,0,64). Sum of RGB (Red+Green+Blue) = 120+0+64=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #780040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780040 is #87FFBF. Grayscale: #2B2B2B. Windows color (decimal): -8912832 or 4194424. OLE color: 4194424.

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

Color convert

RGB120064-
CMYK010.470.53
HSL328º100%23.53%-
HSV(B)328º100%47.06%-
XYZ8.674.365.24-
YUV43.18139.76182.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=65.22%
G=0%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120064010.470.5332810023.53
Hex780400642F351486418
Octal17001000144576551014430
Binary11110000100000001100100101111110101101001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780040; }

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

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

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

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

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

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

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

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