Html Css Color HEX #77014A Tyrian Purple

📋 copy color: '#77014A'

red 119 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #77014A

Tints of Tyrian Purple #77014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 61.34%
G = 0.52%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77014A (or 0x77014A) is known color: Tyrian Purple. HEX triplet: 77, 01 and 4A. RGB value is (119,1,74). Sum of RGB (Red+Green+Blue) = 119+1+74=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77014A is #88FEB5. Grayscale: #2C2C2C. Windows color (decimal): -8978102 or 4850039. OLE color: 4850039.

HSL color Cylindrical-coordinate representation of color #77014A: hue angle of 322.88º 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 #77014A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 74 -
CMYK 0 0.99 0.38 0.53
HSL 322.88º 0.98% 0.24% -
HSV(B) 322.88º 0.99% 0.47% -
XYZ 8.85 4.44 6.87 -
YUV 44.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 119 1 74 0 0.99 0.38 0.53 322.88 0.98 0.24
Hex 77 1 4A 0 63 26 35 143 62 18
Octal 167 1 112 0 143 46 65 503 142 30
Binary 1110111 1 1001010 0 1100011 100110 110101 101000011 1100010 11000

Color Harmonies of #77014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77014A

Black with #77014A

Text Example


Text Example

White with #77014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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