Html Css Color HEX #77074C Tyrian Purple

📋 copy color: '#77074C'

red 119 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #77074C

Tints of Tyrian Purple #77074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.62%

R = 58.91%
G = 3.47%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77074C (or 0x77074C) is known color: Tyrian Purple. HEX triplet: 77, 07 and 4C. RGB value is (119,7,76). Sum of RGB (Red+Green+Blue) = 119+7+76=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77074C is #88F8B3. Grayscale: #303030. Windows color (decimal): -8976564 or 4982647. OLE color: 4982647.

HSL color Cylindrical-coordinate representation of color #77074C: hue angle of 323.04º 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 #77074C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 76 -
CMYK 0 0.94 0.36 0.53
HSL 323.04º 0.89% 0.25% -
HSV(B) 323.04º 0.94% 0.47% -
XYZ 8.99 4.6 7.25 -
YUV 48.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 119 7 76 0 0.94 0.36 0.53 323.04 0.89 0.25
Hex 77 7 4C 0 5E 24 35 143 59 19
Octal 167 7 114 0 136 44 65 503 131 31
Binary 1110111 111 1001100 0 1011110 100100 110101 101000011 1011001 11001

Color Harmonies of #77074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77074C

Black with #77074C

Text Example


Text Example

White with #77074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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