#77014A

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

Shades of Tyrian Purple #77014A

Tints of Tyrian Purple #77014A

Color information

#77014A (or 0x77014A) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 4A. RGB value is (119,1,74). Sum of RGB (Red+Green+Blue) = 119+1+74=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77014A is #88FEB5. Grayscale: #2C2C2C. Windows color (decimal): -8978102 or 4850039. OLE color: 4850039.

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

Color convert

RGB119174-
CMYK00.990.380.53
HSL322.88º98.33%23.53%-
HSV(B)322.88º99.16%46.67%-
XYZ8.854.446.87-
YUV44.6144.59181.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=61.34%
G=0.52%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11917400.990.380.53322.8898.3323.53
Hex7714A06326351436218
Octal16711120143466550314230
Binary11101111100101001100011100110110101101000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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