#780139

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

Shades of Tyrian Purple #780139

Tints of Tyrian Purple #780139

Color information

#780139 (or 0x780139) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 39. RGB value is (120,1,57). Sum of RGB (Red+Green+Blue) = 120+1+57=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780139 is #87FEC6. Grayscale: #2A2A2A. Windows color (decimal): -8912583 or 3735928. OLE color: 3735928.

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

Color convert

RGB120157-
CMYK00.990.520.53
HSL331.76º98.35%23.73%-
HSV(B)331.76º99.17%47.06%-
XYZ8.54.314.26-
YUV42.96135.92182.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=67.42%
G=0.56%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015700.990.520.53331.7698.3523.73
Hex78139063343514c6218
Octal1701710143646551414230
Binary1111000111100101100011110100110101101001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780139; }

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

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

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

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

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

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

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

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