#770658

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

Shades of Tyrian Purple #770658

Tints of Tyrian Purple #770658

Color information

#770658 (or 0x770658) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 58. RGB value is (119,6,88). Sum of RGB (Red+Green+Blue) = 119+6+88=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #770658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770658 is #88F9A7. Grayscale: #303030. Windows color (decimal): -8976808 or 5768823. OLE color: 5768823.

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

Color convert

RGB119688-
CMYK00.950.260.53
HSL316.46º90.4%24.51%-
HSV(B)316.46º94.96%46.67%-
XYZ9.434.769.65-
YUV49.13149.94177.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=55.87%
G=2.82%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968800.950.260.53316.4690.424.51
Hex7765805F1A3513c5a19
Octal16761300137326547413231
Binary111011111010110000101111111010110101100111100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770658; }

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

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

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

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

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

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

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

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