#770946

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

Shades of Tyrian Purple #770946

Tints of Tyrian Purple #770946

Color information

#770946 (or 0x770946) is unknown color: approx Tyrian Purple. HEX triplet: 77, 09 and 46. RGB value is (119,9,70). Sum of RGB (Red+Green+Blue) = 119+9+70=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #770946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770946 is #88F6B9. Grayscale: #303030. Windows color (decimal): -8976058 or 4589943. OLE color: 4589943.

HSL color Cylindrical-coordinate representation of color #770946: hue angle of 326.73º degrees, saturation: 0.86, 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 #770946 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB119970-
CMYK00.920.410.53
HSL326.73º85.94%25.1%-
HSV(B)326.73º92.44%46.67%-
XYZ8.814.566.21-
YUV48.84139.94178.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=60.10%
G=4.55%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11997000.920.410.53326.7385.9425.1
Hex7794605C29351475619
Octal167111060134516550712631
Binary11101111001100011001011100101001110101101000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770946; }

 p { color: rgb(119,9,70); }

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

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

 a { background-color: rgb(119,9,70); }

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

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

 span { border-color: rgb(119,9,70); }

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