#770036

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

Shades of Tyrian Purple #770036

Tints of Tyrian Purple #770036

Color information

#770036 (or 0x770036) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 36. RGB value is (119,0,54). Sum of RGB (Red+Green+Blue) = 119+0+54=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #770036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770036 is #88FFC9. Grayscale: #292929. Windows color (decimal): -8978378 or 3539063. OLE color: 3539063.

HSL color Cylindrical-coordinate representation of color #770036: hue angle of 332.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770036 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB119054-
CMYK010.550.53
HSL332.77º100%23.33%-
HSV(B)332.77º100%46.67%-
XYZ8.274.193.86-
YUV41.74134.92183.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=68.79%
G=0%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119054010.550.53332.7710023.33
Hex77036064373514d6417
Octal1670660144676551514427
Binary1110111011011001100100110111110101101001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770036; }

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

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

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

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

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

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

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

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