#76034D

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

Shades of Tyrian Purple #76034D

Tints of Tyrian Purple #76034D

Color information

#76034D (or 0x76034D) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 4D. RGB value is (118,3,77). Sum of RGB (Red+Green+Blue) = 118+3+77=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76034D is #89FCB2. Grayscale: #2D2D2D. Windows color (decimal): -9043123 or 5047158. OLE color: 5047158.

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

Color convert

RGB118377-
CMYK00.970.350.54
HSL321.39º95.04%23.73%-
HSV(B)321.39º97.46%46.27%-
XYZ8.844.457.41-
YUV45.82145.6179.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=59.60%
G=1.52%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11837700.970.350.54321.3995.0423.73
Hex7634D06123361415f18
Octal16631150141436650113730
Binary111011011100110101100001100011110110101000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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