Html Css Color HEX #77014D Tyrian Purple

📋 copy color: '#77014D'

red 119 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #77014D

Tints of Tyrian Purple #77014D

RGB

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

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

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

R = 60.41%
G = 0.51%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77014D (or 0x77014D) is known color: Tyrian Purple. HEX triplet: 77, 01 and 4D. RGB value is (119,1,77). Sum of RGB (Red+Green+Blue) = 119+1+77=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77014D is #88FEB2. Grayscale: #2C2C2C. Windows color (decimal): -8978099 or 5046647. OLE color: 5046647.

HSL color Cylindrical-coordinate representation of color #77014D: hue angle of 321.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77014D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 77 -
CMYK 0 0.99 0.35 0.53
HSL 321.36º 0.98% 0.24% -
HSV(B) 321.36º 0.99% 0.47% -
XYZ 8.96 4.48 7.41 -
YUV 44.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 119 1 77 0 0.99 0.35 0.53 321.36 0.98 0.24
Hex 77 1 4D 0 63 23 35 141 62 18
Octal 167 1 115 0 143 43 65 501 142 30
Binary 1110111 1 1001101 0 1100011 100011 110101 101000001 1100010 11000

Color Harmonies of #77014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77014D

Black with #77014D

Text Example


Text Example

White with #77014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,1,77); }

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

background-color css

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

 a { background-color: rgb(119,1,77); }

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

border-color css

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

 span { border-color: rgb(119,1,77); }

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