Html Css Color HEX #76044E Tyrian Purple

📋 copy color: '#76044E'

red 118 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #76044E

Tints of Tyrian Purple #76044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39%

R = 59%
G = 2%
B = 39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76044E (or 0x76044E) is known color: Tyrian Purple. HEX triplet: 76, 04 and 4E. RGB value is (118,4,78). Sum of RGB (Red+Green+Blue) = 118+4+78=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76044E is #89FBB1. Grayscale: #2E2E2E. Windows color (decimal): -9042866 or 5112950. OLE color: 5112950.

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

Color convert

RGB 118 4 78 -
CMYK 0 0.97 0.34 0.54
HSL 321.05º 0.93% 0.24% -
HSV(B) 321.05º 0.97% 0.46% -
XYZ 8.89 4.49 7.61 -
YUV 46.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 118 4 78 0 0.97 0.34 0.54 321.05 0.93 0.24
Hex 76 4 4E 0 61 22 36 141 5D 18
Octal 166 4 116 0 141 42 66 501 135 30
Binary 1110110 100 1001110 0 1100001 100010 110110 101000001 1011101 11000

Color Harmonies of #76044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76044E

Black with #76044E

Text Example


Text Example

White with #76044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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