Html Css Color HEX #76084E Tyrian Purple

📋 copy color: '#76084E'

red 118 ◦ green 8 ◦ blue 78

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

Shades of Tyrian Purple #76084E

Tints of Tyrian Purple #76084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 57.84%
G = 3.92%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76084E (or 0x76084E) is known color: Tyrian Purple. HEX triplet: 76, 08 and 4E. RGB value is (118,8,78). Sum of RGB (Red+Green+Blue) = 118+8+78=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76084E is #89F7B1. Grayscale: #303030. Windows color (decimal): -9041842 or 5113974. OLE color: 5113974.

HSL color Cylindrical-coordinate representation of color #76084E: hue angle of 321.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76084E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 78 -
CMYK 0 0.93 0.34 0.54
HSL 321.82º 0.87% 0.25% -
HSV(B) 321.82º 0.93% 0.46% -
XYZ 8.93 4.58 7.62 -
YUV 48.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 118 8 78 0 0.93 0.34 0.54 321.82 0.87 0.25
Hex 76 8 4E 0 5D 22 36 142 57 19
Octal 166 10 116 0 135 42 66 502 127 31
Binary 1110110 1000 1001110 0 1011101 100010 110110 101000010 1010111 11001

Color Harmonies of #76084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76084E

Black with #76084E

Text Example


Text Example

White with #76084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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