#76074B

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

Shades of Tyrian Purple #76074B

Tints of Tyrian Purple #76074B

Color information

#76074B (or 0x76074B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 4B. RGB value is (118,7,75). Sum of RGB (Red+Green+Blue) = 118+7+75=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76074B is #89F8B4. Grayscale: #2F2F2F. Windows color (decimal): -9042101 or 4917110. OLE color: 4917110.

HSL color Cylindrical-coordinate representation of color #76074B: hue angle of 323.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76074B is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB118775-
CMYK00.940.360.54
HSL323.24º88.8%24.51%-
HSV(B)323.24º94.07%46.27%-
XYZ8.824.517.06-
YUV47.94143.27177.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=59%
G=3.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11877500.940.360.54323.2488.824.51
Hex7674B05E24361435919
Octal16671130136446650313131
Binary1110110111100101101011110100100110110101000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,7,75); }

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

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

 a { background-color: rgb(118,7,75); }

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

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

 span { border-color: rgb(118,7,75); }

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