Html Css Color HEX #77074A Tyrian Purple

📋 copy color: '#77074A'

red 119 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #77074A

Tints of Tyrian Purple #77074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

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

R = 59.5%
G = 3.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77074A (or 0x77074A) is known color: Tyrian Purple. HEX triplet: 77, 07 and 4A. RGB value is (119,7,74). Sum of RGB (Red+Green+Blue) = 119+7+74=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77074A is #88F8B5. Grayscale: #2F2F2F. Windows color (decimal): -8976566 or 4851575. OLE color: 4851575.

HSL color Cylindrical-coordinate representation of color #77074A: hue angle of 324.11º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77074A is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 74 -
CMYK 0 0.94 0.38 0.53
HSL 324.11º 0.89% 0.25% -
HSV(B) 324.11º 0.94% 0.47% -
XYZ 8.92 4.57 6.89 -
YUV 48.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 119 7 74 0 0.94 0.38 0.53 324.11 0.89 0.25
Hex 77 7 4A 0 5E 26 35 144 59 19
Octal 167 7 112 0 136 46 65 504 131 31
Binary 1110111 111 1001010 0 1011110 100110 110101 101000100 1011001 11001

Color Harmonies of #77074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77074A

Black with #77074A

Text Example


Text Example

White with #77074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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