Html Css Color HEX #77004F Tyrian Purple

📋 copy color: '#77004F'

red 119 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #77004F

Tints of Tyrian Purple #77004F

RGB

 RED value IS 119 (46.88% from 255) = 60.1%

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

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

R = 60.1%
G = 0%
B = 39.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77004F (or 0x77004F) is known color: Tyrian Purple. HEX triplet: 77, 00 and 4F. RGB value is (119,0,79). Sum of RGB (Red+Green+Blue) = 119+0+79=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77004F is #88FFB0. Grayscale: #2C2C2C. Windows color (decimal): -8978353 or 5177463. OLE color: 5177463.

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

Color convert

RGB 119 0 79 -
CMYK 0 1 0.34 0.53
HSL 320.17º 1% 0.23% -
HSV(B) 320.17º 1% 0.47% -
XYZ 9.02 4.49 7.79 -
YUV 44.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 119 0 79 0 1 0.34 0.53 320.17 1 0.23
Hex 77 0 4F 0 64 22 35 140 64 17
Octal 167 0 117 0 144 42 65 500 144 27
Binary 1110111 0 1001111 0 1100100 100010 110101 101000000 1100100 10111

Color Harmonies of #77004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77004F

Black with #77004F

Text Example


Text Example

White with #77004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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