#77014E

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

Shades of Tyrian Purple #77014E

Tints of Tyrian Purple #77014E

Color information

#77014E (or 0x77014E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 4E. RGB value is (119,1,78). Sum of RGB (Red+Green+Blue) = 119+1+78=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77014E is #88FEB1. Grayscale: #2C2C2C. Windows color (decimal): -8978098 or 5112183. OLE color: 5112183.

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

Color convert

RGB119178-
CMYK00.990.340.53
HSL320.85º98.33%23.53%-
HSV(B)320.85º99.16%46.67%-
XYZ8.994.497.6-
YUV45.06146.59180.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=60.10%
G=0.51%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11917800.990.340.53320.8598.3323.53
Hex7714E06322351416218
Octal16711160143426550114230
Binary11101111100111001100011100010110101101000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77014E; }

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

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

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

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

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

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

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

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