Html Css Color HEX #77074F Tyrian Purple

📋 copy color: '#77074F'

red 119 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #77074F

Tints of Tyrian Purple #77074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 58.05%
G = 3.41%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77074F (or 0x77074F) is known color: Tyrian Purple. HEX triplet: 77, 07 and 4F. RGB value is (119,7,79). Sum of RGB (Red+Green+Blue) = 119+7+79=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77074F is #88F8B0. Grayscale: #303030. Windows color (decimal): -8976561 or 5179255. OLE color: 5179255.

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

Color convert

RGB 119 7 79 -
CMYK 0 0.94 0.34 0.53
HSL 321.43º 0.89% 0.25% -
HSV(B) 321.43º 0.94% 0.47% -
XYZ 9.1 4.64 7.81 -
YUV 48.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 119 7 79 0 0.94 0.34 0.53 321.43 0.89 0.25
Hex 77 7 4F 0 5E 22 35 141 59 19
Octal 167 7 117 0 136 42 65 501 131 31
Binary 1110111 111 1001111 0 1011110 100010 110101 101000001 1011001 11001

Color Harmonies of #77074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77074F

Black with #77074F

Text Example


Text Example

White with #77074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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