#780136

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

Shades of Tyrian Purple #780136

Tints of Tyrian Purple #780136

Color information

#780136 (or 0x780136) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 36. RGB value is (120,1,54). Sum of RGB (Red+Green+Blue) = 120+1+54=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780136 is #87FEC9. Grayscale: #2A2A2A. Windows color (decimal): -8912586 or 3539320. OLE color: 3539320.

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

Color convert

RGB120154-
CMYK00.990.550.53
HSL333.28º98.35%23.73%-
HSV(B)333.28º99.17%47.06%-
XYZ8.424.283.87-
YUV42.62134.42183.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=68.57%
G=0.57%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015400.990.550.53333.2898.3523.73
Hex78136063373514d6218
Octal1701660143676551514230
Binary1111000111011001100011110111110101101001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780136; }

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

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

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

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

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

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

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

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