#76084D

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

Shades of Tyrian Purple #76084D

Tints of Tyrian Purple #76084D

Color information

#76084D (or 0x76084D) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 4D. RGB value is (118,8,77). Sum of RGB (Red+Green+Blue) = 118+8+77=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76084D is #89F7B2. Grayscale: #303030. Windows color (decimal): -9041843 or 5048438. OLE color: 5048438.

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

Color convert

RGB118877-
CMYK00.930.350.54
HSL322.36º87.3%24.71%-
HSV(B)322.36º93.22%46.27%-
XYZ8.94.567.43-
YUV48.76143.94177.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=58.13%
G=3.94%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11887700.930.350.54322.3687.324.71
Hex7684D05D23361425719
Octal166101150135436650212731
Binary11101101000100110101011101100011110110101000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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