#770840

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

Shades of Tyrian Purple #770840

Tints of Tyrian Purple #770840

Color information

#770840 (or 0x770840) is unknown color: approx Tyrian Purple. HEX triplet: 77, 08 and 40. RGB value is (119,8,64). Sum of RGB (Red+Green+Blue) = 119+8+64=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770840 is #88F7BF. Grayscale: #2F2F2F. Windows color (decimal): -8976320 or 4196471. OLE color: 4196471.

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

Color convert

RGB119864-
CMYK00.930.460.53
HSL329.73º87.4%24.9%-
HSV(B)329.73º93.28%46.67%-
XYZ8.624.475.26-
YUV47.57137.27178.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=62.30%
G=4.19%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11986400.930.460.53329.7387.424.9
Hex7784005D2E3514a5719
Octal167101000135566551212731
Binary11101111000100000001011101101110110101101001010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770840; }

 p { color: rgb(119,8,64); }

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

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

 a { background-color: rgb(119,8,64); }

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

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

 span { border-color: rgb(119,8,64); }

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