#770443

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

Shades of Tyrian Purple #770443

Tints of Tyrian Purple #770443

Color information

#770443 (or 0x770443) is unknown color: approx Tyrian Purple. HEX triplet: 77, 04 and 43. RGB value is (119,4,67). Sum of RGB (Red+Green+Blue) = 119+4+67=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #770443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770443 is #88FBBC. Grayscale: #2D2D2D. Windows color (decimal): -8977341 or 4392055. OLE color: 4392055.

HSL color Cylindrical-coordinate representation of color #770443: hue angle of 327.13º degrees, saturation: 0.93, 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 #770443 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB119467-
CMYK00.970.440.53
HSL327.13º93.5%24.12%-
HSV(B)327.13º96.64%46.67%-
XYZ8.664.415.71-
YUV45.57140.1180.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=62.63%
G=2.11%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11946700.970.440.53327.1393.524.12
Hex774430612C351475d18
Octal16741030141546550713530
Binary1110111100100001101100001101100110101101000111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770443; }

 p { color: rgb(119,4,67); }

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

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

 a { background-color: rgb(119,4,67); }

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

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

 span { border-color: rgb(119,4,67); }

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