Html Css Color HEX #76004F Tyrian Purple

📋 copy color: '#76004F'

red 118 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #76004F

Tints of Tyrian Purple #76004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 59.9%
G = 0%
B = 40.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76004F (or 0x76004F) is known color: Tyrian Purple. HEX triplet: 76, 00 and 4F. RGB value is (118,0,79). Sum of RGB (Red+Green+Blue) = 118+0+79=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76004F is #89FFB0. Grayscale: #2C2C2C. Windows color (decimal): -9043889 or 5177462. OLE color: 5177462.

HSL color Cylindrical-coordinate representation of color #76004F: hue angle of 319.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76004F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 79 -
CMYK 0 1 0.33 0.54
HSL 319.83º 1% 0.23% -
HSV(B) 319.83º 1% 0.46% -
XYZ 8.88 4.42 7.78 -
YUV 44.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 118 0 79 0 1 0.33 0.54 319.83 1 0.23
Hex 76 0 4F 0 64 21 36 140 64 17
Octal 166 0 117 0 144 41 66 500 144 27
Binary 1110110 0 1001111 0 1100100 100001 110110 101000000 1100100 10111

Color Harmonies of #76004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76004F

Black with #76004F

Text Example


Text Example

White with #76004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76004F; }

 p { color: rgb(118,0,79); }

 H1.HeaderClassName
 {
   color: #76004F;
 }
 .AnyTagClassName
 {
   color: #76004F;
 }
</style>

background-color css

<style>
 a { background-color: #76004F; }

 a { background-color: rgb(118,0,79); }

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

border-color css

<style>
 span { border-color: #76004F; }

 span { border-color: rgb(118,0,79); }

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