#770734

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

Shades of Tyrian Purple #770734

Tints of Tyrian Purple #770734

Color information

#770734 (or 0x770734) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 34. RGB value is (119,7,52). Sum of RGB (Red+Green+Blue) = 119+7+52=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770734 is #88F8CB. Grayscale: #2D2D2D. Windows color (decimal): -8976588 or 3409783. OLE color: 3409783.

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

Color convert

RGB119752-
CMYK00.940.560.53
HSL335.89º88.89%24.71%-
HSV(B)335.89º94.12%46.67%-
XYZ8.34.323.65-
YUV45.62131.61180.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 52 (20.70% from 255) = 29.21%
R=66.85%
G=3.93%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11975200.940.560.53335.8988.8924.71
Hex7773405E38351505919
Octal1677640136706552013131
Binary111011111111010001011110111000110101101010000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770734; }

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

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

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

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

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

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

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

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