#77074F

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

Shades of Tyrian Purple #77074F

Tints of Tyrian Purple #77074F

Color information

#77074F (or 0x77074F) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 4F. RGB value is (119,7,79). Sum of RGB (Red+Green+Blue) = 119+7+79=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77074F is #88F8B0. Grayscale: #303030. Windows color (decimal): -8976561 or 5179255. OLE color: 5179255.

HSL color Cylindrical-coordinate representation of color #77074F: hue angle of 321.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77074F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB119779-
CMYK00.940.340.53
HSL321.43º88.89%24.71%-
HSV(B)321.43º94.12%46.67%-
XYZ9.14.647.81-
YUV48.7145.11178.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=58.05%
G=3.41%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11977900.940.340.53321.4388.8924.71
Hex7774F05E22351415919
Octal16771170136426550113131
Binary1110111111100111101011110100010110101101000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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