#770659

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

Shades of Tyrian Purple #770659

Tints of Tyrian Purple #770659

Color information

#770659 (or 0x770659) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 59. RGB value is (119,6,89). Sum of RGB (Red+Green+Blue) = 119+6+89=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #770659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770659 is #88F9A6. Grayscale: #313131. Windows color (decimal): -8976807 or 5834359. OLE color: 5834359.

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

Color convert

RGB119689-
CMYK00.950.250.53
HSL315.93º90.4%24.51%-
HSV(B)315.93º94.96%46.67%-
XYZ9.484.779.87-
YUV49.25150.44177.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=55.61%
G=2.80%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968900.950.250.53315.9390.424.51
Hex7765905F193513c5a19
Octal16761310137316547413231
Binary111011111010110010101111111001110101100111100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770659; }

 p { color: rgb(119,6,89); }

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

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

 a { background-color: rgb(119,6,89); }

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

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

 span { border-color: rgb(119,6,89); }

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