#780137

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

Shades of Tyrian Purple #780137

Tints of Tyrian Purple #780137

Color information

#780137 (or 0x780137) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 37. RGB value is (120,1,55). Sum of RGB (Red+Green+Blue) = 120+1+55=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #780137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780137 is #87FEC8. Grayscale: #2A2A2A. Windows color (decimal): -8912585 or 3604856. OLE color: 3604856.

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

Color convert

RGB120155-
CMYK00.990.540.53
HSL332.77º98.35%23.73%-
HSV(B)332.77º99.17%47.06%-
XYZ8.454.294-
YUV42.74134.92183.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 55 (21.88% from 255) = 31.25%
R=68.18%
G=0.57%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015500.990.540.53332.7798.3523.73
Hex78137063363514d6218
Octal1701670143666551514230
Binary1111000111011101100011110110110101101001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780137; }

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

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

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

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

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

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

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

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