Html Css Color HEX #76054D Tyrian Purple

📋 copy color: '#76054D'

red 118 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #76054D

Tints of Tyrian Purple #76054D

RGB

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

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

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

R = 59%
G = 2.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76054D (or 0x76054D) is known color: Tyrian Purple. HEX triplet: 76, 05 and 4D. RGB value is (118,5,77). Sum of RGB (Red+Green+Blue) = 118+5+77=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76054D is #89FAB2. Grayscale: #2E2E2E. Windows color (decimal): -9042611 or 5047670. OLE color: 5047670.

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

Color convert

RGB 118 5 77 -
CMYK 0 0.96 0.35 0.54
HSL 321.77º 0.92% 0.24% -
HSV(B) 321.77º 0.96% 0.46% -
XYZ 8.87 4.5 7.42 -
YUV 47 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 118 5 77 0 0.96 0.35 0.54 321.77 0.92 0.24
Hex 76 5 4D 0 60 23 36 142 5C 18
Octal 166 5 115 0 140 43 66 502 134 30
Binary 1110110 101 1001101 0 1100000 100011 110110 101000010 1011100 11000

Color Harmonies of #76054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76054D

Black with #76054D

Text Example


Text Example

White with #76054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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