#770A42

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

Shades of Tyrian Purple #770A42

Tints of Tyrian Purple #770A42

Color information

#770A42 (or 0x770A42) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0A and 42. RGB value is (119,10,66). Sum of RGB (Red+Green+Blue) = 119+10+66=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #770A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A42 is #88F5BD. Grayscale: #303030. Windows color (decimal): -8975806 or 4328055. OLE color: 4328055.

HSL color Cylindrical-coordinate representation of color #770A42: hue angle of 329.17º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A42 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1191066-
CMYK00.920.450.53
HSL329.17º84.5%25.29%-
HSV(B)329.17º91.6%46.67%-
XYZ8.74.535.57-
YUV48.97137.61177.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=61.03%
G=5.13%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119106600.920.450.53329.1784.525.29
Hex77A4205C2D351495419
Octal167121020134556551112431
Binary11101111010100001001011100101101110101101001001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770A42; }

 p { color: rgb(119,10,66); }

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

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

 a { background-color: rgb(119,10,66); }

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

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

 span { border-color: rgb(119,10,66); }

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