Html Css Color HEX #76044C Tyrian Purple

📋 copy color: '#76044C'

red 118 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #76044C

Tints of Tyrian Purple #76044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 59.6%
G = 2.02%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76044C (or 0x76044C) is known color: Tyrian Purple. HEX triplet: 76, 04 and 4C. RGB value is (118,4,76). Sum of RGB (Red+Green+Blue) = 118+4+76=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76044C is #89FBB3. Grayscale: #2E2E2E. Windows color (decimal): -9042868 or 4981878. OLE color: 4981878.

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

Color convert

RGB 118 4 76 -
CMYK 0 0.97 0.36 0.54
HSL 322.11º 0.93% 0.24% -
HSV(B) 322.11º 0.97% 0.46% -
XYZ 8.82 4.46 7.23 -
YUV 46.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 118 4 76 0 0.97 0.36 0.54 322.11 0.93 0.24
Hex 76 4 4C 0 61 24 36 142 5D 18
Octal 166 4 114 0 141 44 66 502 135 30
Binary 1110110 100 1001100 0 1100001 100100 110110 101000010 1011101 11000

Color Harmonies of #76044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76044C

Black with #76044C

Text Example


Text Example

White with #76044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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