Html Css Color HEX #76044A Tyrian Purple

📋 copy color: '#76044A'

red 118 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #76044A

Tints of Tyrian Purple #76044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 60.2%
G = 2.04%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76044A (or 0x76044A) is known color: Tyrian Purple. HEX triplet: 76, 04 and 4A. RGB value is (118,4,74). Sum of RGB (Red+Green+Blue) = 118+4+74=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76044A is #89FBB5. Grayscale: #2D2D2D. Windows color (decimal): -9042870 or 4850806. OLE color: 4850806.

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

Color convert

RGB 118 4 74 -
CMYK 0 0.97 0.37 0.54
HSL 323.16º 0.93% 0.24% -
HSV(B) 323.16º 0.97% 0.46% -
XYZ 8.75 4.43 6.87 -
YUV 46.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 118 4 74 0 0.97 0.37 0.54 323.16 0.93 0.24
Hex 76 4 4A 0 61 25 36 143 5D 18
Octal 166 4 112 0 141 45 66 503 135 30
Binary 1110110 100 1001010 0 1100001 100101 110110 101000011 1011101 11000

Color Harmonies of #76044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76044A

Black with #76044A

Text Example


Text Example

White with #76044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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