#770147

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

Shades of Tyrian Purple #770147

Tints of Tyrian Purple #770147

Color information

#770147 (or 0x770147) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 47. RGB value is (119,1,71). Sum of RGB (Red+Green+Blue) = 119+1+71=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770147 is #88FEB8. Grayscale: #2C2C2C. Windows color (decimal): -8978105 or 4653431. OLE color: 4653431.

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

Color convert

RGB119171-
CMYK00.990.400.53
HSL324.41º98.33%23.53%-
HSV(B)324.41º99.16%46.67%-
XYZ8.764.46.35-
YUV44.26143.09181.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=62.30%
G=0.52%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11917100.990.400.53324.4198.3323.53
Hex7714706328351446218
Octal16711070143506550414230
Binary11101111100011101100011101000110101101000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770147; }

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

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

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

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

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

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

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

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