#770145

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

Shades of Tyrian Purple #770145

Tints of Tyrian Purple #770145

Color information

#770145 (or 0x770145) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 45. RGB value is (119,1,69). Sum of RGB (Red+Green+Blue) = 119+1+69=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #770145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770145 is #88FEBA. Grayscale: #2B2B2B. Windows color (decimal): -8978107 or 4522359. OLE color: 4522359.

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

Color convert

RGB119169-
CMYK00.990.420.53
HSL325.42º98.33%23.53%-
HSV(B)325.42º99.16%46.67%-
XYZ8.694.376.02-
YUV44.03142.09181.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=62.96%
G=0.53%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11916900.990.420.53325.4298.3323.53
Hex771450632A351456218
Octal16711050143526550514230
Binary11101111100010101100011101010110101101000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770145; }

 p { color: rgb(119,1,69); }

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

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

 a { background-color: rgb(119,1,69); }

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

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

 span { border-color: rgb(119,1,69); }

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