Html Css Color HEX #76074D Tyrian Purple

📋 copy color: '#76074D'

red 118 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #76074D

Tints of Tyrian Purple #76074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

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

R = 58.42%
G = 3.47%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76074D (or 0x76074D) is known color: Tyrian Purple. HEX triplet: 76, 07 and 4D. RGB value is (118,7,77). Sum of RGB (Red+Green+Blue) = 118+7+77=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76074D is #89F8B2. Grayscale: #303030. Windows color (decimal): -9042099 or 5048182. OLE color: 5048182.

HSL color Cylindrical-coordinate representation of color #76074D: hue angle of 322.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76074D is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 77 -
CMYK 0 0.94 0.35 0.54
HSL 322.16º 0.89% 0.25% -
HSV(B) 322.16º 0.94% 0.46% -
XYZ 8.89 4.54 7.43 -
YUV 48.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 118 7 77 0 0.94 0.35 0.54 322.16 0.89 0.25
Hex 76 7 4D 0 5E 23 36 142 59 19
Octal 166 7 115 0 136 43 66 502 131 31
Binary 1110110 111 1001101 0 1011110 100011 110110 101000010 1011001 11001

Color Harmonies of #76074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76074D

Black with #76074D

Text Example


Text Example

White with #76074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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