#76074F

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

Shades of Tyrian Purple #76074F

Tints of Tyrian Purple #76074F

Color information

#76074F (or 0x76074F) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 4F. RGB value is (118,7,79). Sum of RGB (Red+Green+Blue) = 118+7+79=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76074F is #89F8B0. Grayscale: #303030. Windows color (decimal): -9042097 or 5179254. OLE color: 5179254.

HSL color Cylindrical-coordinate representation of color #76074F: hue angle of 321.08º 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 #76074F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB118779-
CMYK00.940.330.54
HSL321.08º88.8%24.51%-
HSV(B)321.08º94.07%46.27%-
XYZ8.964.577.81-
YUV48.4145.27177.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=57.84%
G=3.43%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11877900.940.330.54321.0888.824.51
Hex7674F05E21361415919
Octal16671170136416650113131
Binary1110110111100111101011110100001110110101000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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