Html Css Color HEX #77084A Tyrian Purple

📋 copy color: '#77084A'

red 119 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #77084A

Tints of Tyrian Purple #77084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

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

R = 59.2%
G = 3.98%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77084A (or 0x77084A) is known color: Tyrian Purple. HEX triplet: 77, 08 and 4A. RGB value is (119,8,74). Sum of RGB (Red+Green+Blue) = 119+8+74=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77084A is #88F7B5. Grayscale: #303030. Windows color (decimal): -8976310 or 4851831. OLE color: 4851831.

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

Color convert

RGB 119 8 74 -
CMYK 0 0.93 0.38 0.53
HSL 324.32º 0.87% 0.25% -
HSV(B) 324.32º 0.93% 0.47% -
XYZ 8.93 4.59 6.89 -
YUV 48.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 119 8 74 0 0.93 0.38 0.53 324.32 0.87 0.25
Hex 77 8 4A 0 5D 26 35 144 57 19
Octal 167 10 112 0 135 46 65 504 127 31
Binary 1110111 1000 1001010 0 1011101 100110 110101 101000100 1010111 11001

Color Harmonies of #77084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77084A

Black with #77084A

Text Example


Text Example

White with #77084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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