#770344

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

Shades of Tyrian Purple #770344

Tints of Tyrian Purple #770344

Color information

#770344 (or 0x770344) is unknown color: approx Tyrian Purple. HEX triplet: 77, 03 and 44. RGB value is (119,3,68). Sum of RGB (Red+Green+Blue) = 119+3+68=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #770344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770344 is #88FCBB. Grayscale: #2C2C2C. Windows color (decimal): -8977596 or 4457335. OLE color: 4457335.

HSL color Cylindrical-coordinate representation of color #770344: hue angle of 326.38º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770344 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB119368-
CMYK00.970.430.53
HSL326.38º95.08%23.92%-
HSV(B)326.38º97.48%46.67%-
XYZ8.684.45.86-
YUV45.09140.93180.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=62.63%
G=1.58%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11936800.970.430.53326.3895.0823.92
Hex773440612B351465f18
Octal16731040141536550613730
Binary111011111100010001100001101011110101101000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770344; }

 p { color: rgb(119,3,68); }

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

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

 a { background-color: rgb(119,3,68); }

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

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

 span { border-color: rgb(119,3,68); }

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