Html Css Color HEX #76014E Tyrian Purple

📋 copy color: '#76014E'

red 118 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #76014E

Tints of Tyrian Purple #76014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 59.9%
G = 0.51%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76014E (or 0x76014E) is known color: Tyrian Purple. HEX triplet: 76, 01 and 4E. RGB value is (118,1,78). Sum of RGB (Red+Green+Blue) = 118+1+78=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76014E is #89FEB1. Grayscale: #2C2C2C. Windows color (decimal): -9043634 or 5112182. OLE color: 5112182.

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

Color convert

RGB 118 1 78 -
CMYK 0 0.99 0.34 0.54
HSL 320.51º 0.98% 0.23% -
HSV(B) 320.51º 0.99% 0.46% -
XYZ 8.86 4.42 7.59 -
YUV 44.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 118 1 78 0 0.99 0.34 0.54 320.51 0.98 0.23
Hex 76 1 4E 0 63 22 36 141 62 17
Octal 166 1 116 0 143 42 66 501 142 27
Binary 1110110 1 1001110 0 1100011 100010 110110 101000001 1100010 10111

Color Harmonies of #76014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76014E

Black with #76014E

Text Example


Text Example

White with #76014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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