Html Css Color HEX #76054E Tyrian Purple

📋 copy color: '#76054E'

red 118 ◦ green 5 ◦ blue 78

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

Shades of Tyrian Purple #76054E

Tints of Tyrian Purple #76054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 58.71%
G = 2.49%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76054E (or 0x76054E) is known color: Tyrian Purple. HEX triplet: 76, 05 and 4E. RGB value is (118,5,78). Sum of RGB (Red+Green+Blue) = 118+5+78=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76054E is #89FAB1. Grayscale: #2E2E2E. Windows color (decimal): -9042610 or 5113206. OLE color: 5113206.

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

Color convert

RGB 118 5 78 -
CMYK 0 0.96 0.34 0.54
HSL 321.24º 0.92% 0.24% -
HSV(B) 321.24º 0.96% 0.46% -
XYZ 8.9 4.51 7.61 -
YUV 47.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 118 5 78 0 0.96 0.34 0.54 321.24 0.92 0.24
Hex 76 5 4E 0 60 22 36 141 5C 18
Octal 166 5 116 0 140 42 66 501 134 30
Binary 1110110 101 1001110 0 1100000 100010 110110 101000001 1011100 11000

Color Harmonies of #76054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76054E

Black with #76054E

Text Example


Text Example

White with #76054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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