#77084B

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

Shades of Tyrian Purple #77084B

Tints of Tyrian Purple #77084B

Color information

#77084B (or 0x77084B) is unknown color: approx Tyrian Purple. HEX triplet: 77, 08 and 4B. RGB value is (119,8,75). Sum of RGB (Red+Green+Blue) = 119+8+75=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77084B is #88F7B4. Grayscale: #303030. Windows color (decimal): -8976309 or 4917367. OLE color: 4917367.

HSL color Cylindrical-coordinate representation of color #77084B: hue angle of 323.78º 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 #77084B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB119875-
CMYK00.930.370.53
HSL323.78º87.4%24.9%-
HSV(B)323.78º93.28%46.67%-
XYZ8.964.67.07-
YUV48.83142.77178.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=58.91%
G=3.96%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11987500.930.370.53323.7887.424.9
Hex7784B05D25351445719
Octal167101130135456550412731
Binary11101111000100101101011101100101110101101000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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