#77084D

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

Shades of Tyrian Purple #77084D

Tints of Tyrian Purple #77084D

Color information

#77084D (or 0x77084D) is unknown color: approx Tyrian Purple. HEX triplet: 77, 08 and 4D. RGB value is (119,8,77). Sum of RGB (Red+Green+Blue) = 119+8+77=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77084D is #88F7B2. Grayscale: #303030. Windows color (decimal): -8976307 or 5048439. OLE color: 5048439.

HSL color Cylindrical-coordinate representation of color #77084D: hue angle of 322.7º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77084D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB119877-
CMYK00.930.350.53
HSL322.7º87.4%24.9%-
HSV(B)322.7º93.28%46.67%-
XYZ9.034.637.44-
YUV49.05143.77177.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=58.33%
G=3.92%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11987700.930.350.53322.787.424.9
Hex7784D05D23351435719
Octal167101150135436550312731
Binary11101111000100110101011101100011110101101000011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77084D; }

 p { color: rgb(119,8,77); }

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

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

 a { background-color: rgb(119,8,77); }

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

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

 span { border-color: rgb(119,8,77); }

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