Html Css Color HEX #76084D Tyrian Purple

📋 copy color: '#76084D'

red 118 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #76084D

Tints of Tyrian Purple #76084D

RGB

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

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

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

R = 58.13%
G = 3.94%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76084D (or 0x76084D) is known color: Tyrian Purple. HEX triplet: 76, 08 and 4D. RGB value is (118,8,77). Sum of RGB (Red+Green+Blue) = 118+8+77=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76084D is #89F7B2. Grayscale: #303030. Windows color (decimal): -9041843 or 5048438. OLE color: 5048438.

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

Color convert

RGB 118 8 77 -
CMYK 0 0.93 0.35 0.54
HSL 322.36º 0.87% 0.25% -
HSV(B) 322.36º 0.93% 0.46% -
XYZ 8.9 4.56 7.43 -
YUV 48.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 118 8 77 0 0.93 0.35 0.54 322.36 0.87 0.25
Hex 76 8 4D 0 5D 23 36 142 57 19
Octal 166 10 115 0 135 43 66 502 127 31
Binary 1110110 1000 1001101 0 1011101 100011 110110 101000010 1010111 11001

Color Harmonies of #76084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76084D

Black with #76084D

Text Example


Text Example

White with #76084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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