#770934

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

Shades of Tyrian Purple #770934

Tints of Tyrian Purple #770934

Color information

#770934 (or 0x770934) is unknown color: approx Tyrian Purple. HEX triplet: 77, 09 and 34. RGB value is (119,9,52). Sum of RGB (Red+Green+Blue) = 119+9+52=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #770934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770934 is #88F6CB. Grayscale: #2E2E2E. Windows color (decimal): -8976076 or 3410295. OLE color: 3410295.

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

Color convert

RGB119952-
CMYK00.920.560.53
HSL336.55º85.94%25.1%-
HSV(B)336.55º92.44%46.67%-
XYZ8.334.373.65-
YUV46.79130.94179.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=66.11%
G=5%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11995200.920.560.53336.5585.9425.1
Hex7793405C38351515619
Octal16711640134706552112631
Binary1110111100111010001011100111000110101101010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770934; }

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

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

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

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

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

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

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

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