#770137

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

Shades of Tyrian Purple #770137

Tints of Tyrian Purple #770137

Color information

#770137 (or 0x770137) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 37. RGB value is (119,1,55). Sum of RGB (Red+Green+Blue) = 119+1+55=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770137 is #88FEC8. Grayscale: #2A2A2A. Windows color (decimal): -8978121 or 3604855. OLE color: 3604855.

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

Color convert

RGB119155-
CMYK00.990.540.53
HSL332.54º98.33%23.53%-
HSV(B)332.54º99.16%46.67%-
XYZ8.314.223.99-
YUV42.44135.09182.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=68%
G=0.57%
B=31.43%

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
Decimal11915500.990.540.53332.5498.3323.53
Hex77137063363514d6218
Octal1671670143666551514230
Binary1110111111011101100011110110110101101001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770137; }

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

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

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

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

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

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

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

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