#77014F

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

Shades of Tyrian Purple #77014F

Tints of Tyrian Purple #77014F

Color information

#77014F (or 0x77014F) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 4F. RGB value is (119,1,79). Sum of RGB (Red+Green+Blue) = 119+1+79=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77014F is #88FEB0. Grayscale: #2C2C2C. Windows color (decimal): -8978097 or 5177719. OLE color: 5177719.

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

Color convert

RGB119179-
CMYK00.990.340.53
HSL320.34º98.33%23.53%-
HSV(B)320.34º99.16%46.67%-
XYZ9.034.517.79-
YUV45.17147.09180.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=59.80%
G=0.50%
B=39.70%

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
Decimal11917900.990.340.53320.3498.3323.53
Hex7714F06322351406218
Octal16711170143426550014230
Binary11101111100111101100011100010110101101000000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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