#770136

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

Shades of Tyrian Purple #770136

Tints of Tyrian Purple #770136

Color information

#770136 (or 0x770136) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 36. RGB value is (119,1,54). Sum of RGB (Red+Green+Blue) = 119+1+54=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770136 is #88FEC9. Grayscale: #2A2A2A. Windows color (decimal): -8978122 or 3539319. OLE color: 3539319.

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

Color convert

RGB119154-
CMYK00.990.550.53
HSL333.05º98.33%23.53%-
HSV(B)333.05º99.16%46.67%-
XYZ8.284.213.87-
YUV42.32134.59182.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=68.39%
G=0.57%
B=31.03%

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
Decimal11915400.990.550.53333.0598.3323.53
Hex77136063373514d6218
Octal1671660143676551514230
Binary1110111111011001100011110111110101101001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770136; }

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

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

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

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

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

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

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

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