Html Css Color HEX #76044D Tyrian Purple

📋 copy color: '#76044D'

red 118 ◦ green 4 ◦ blue 77

#76044D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #76044D

Tints of Tyrian Purple #76044D

RGB

 RED value IS 118 (46.48% from 255) = 59.3%

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 59.3%
G = 2.01%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76044D (or 0x76044D) is known color: Tyrian Purple. HEX triplet: 76, 04 and 4D. RGB value is (118,4,77). Sum of RGB (Red+Green+Blue) = 118+4+77=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76044D is #89FBB2. Grayscale: #2E2E2E. Windows color (decimal): -9042867 or 5047414. OLE color: 5047414.

HSL color Cylindrical-coordinate representation of color #76044D: hue angle of 321.58º degrees, saturation: 0.93, 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 #76044D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 77 -
CMYK 0 0.97 0.35 0.54
HSL 321.58º 0.93% 0.24% -
HSV(B) 321.58º 0.97% 0.46% -
XYZ 8.85 4.47 7.42 -
YUV 46.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 118 4 77 0 0.97 0.35 0.54 321.58 0.93 0.24
Hex 76 4 4D 0 61 23 36 142 5D 18
Octal 166 4 115 0 141 43 66 502 135 30
Binary 1110110 100 1001101 0 1100001 100011 110110 101000010 1011101 11000

Color Harmonies of #76044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76044D

Black with #76044D

Text Example


Text Example

White with #76044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76044D;
 }
 .AnyTagClassName
 {
   color: #76044D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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