#780140

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

Shades of Tyrian Purple #780140

Tints of Tyrian Purple #780140

Color information

#780140 (or 0x780140) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 40. RGB value is (120,1,64). Sum of RGB (Red+Green+Blue) = 120+1+64=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #780140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780140 is #87FEBF. Grayscale: #2B2B2B. Windows color (decimal): -8912576 or 4194680. OLE color: 4194680.

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

Color convert

RGB120164-
CMYK00.990.470.53
HSL328.24º98.35%23.73%-
HSV(B)328.24º99.17%47.06%-
XYZ8.684.385.24-
YUV43.76139.42182.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=64.86%
G=0.54%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12016400.990.470.53328.2498.3523.73
Hex781400632F351486218
Octal17011000143576551014230
Binary11110001100000001100011101111110101101001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780140; }

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

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

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

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

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

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

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

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