#770655

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

Shades of Tyrian Purple #770655

Tints of Tyrian Purple #770655

Color information

#770655 (or 0x770655) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 55. RGB value is (119,6,85). Sum of RGB (Red+Green+Blue) = 119+6+85=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #770655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770655 is #88F9AA. Grayscale: #303030. Windows color (decimal): -8976811 or 5572215. OLE color: 5572215.

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

Color convert

RGB119685-
CMYK00.950.290.53
HSL318.05º90.4%24.51%-
HSV(B)318.05º94.96%46.67%-
XYZ9.314.719.01-
YUV48.79148.44178.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=56.67%
G=2.86%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968500.950.290.53318.0590.424.51
Hex7765505F1D3513e5a19
Octal16761250137356547613231
Binary111011111010101010101111111101110101100111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770655; }

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

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

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

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

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

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

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

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