Html Css Color HEX #77064F Tyrian Purple

📋 copy color: '#77064F'

red 119 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #77064F

Tints of Tyrian Purple #77064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 58.33%
G = 2.94%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77064F (or 0x77064F) is known color: Tyrian Purple. HEX triplet: 77, 06 and 4F. RGB value is (119,6,79). Sum of RGB (Red+Green+Blue) = 119+6+79=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77064F is #88F9B0. Grayscale: #2F2F2F. Windows color (decimal): -8976817 or 5178999. OLE color: 5178999.

HSL color Cylindrical-coordinate representation of color #77064F: hue angle of 321.24º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77064F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 79 -
CMYK 0 0.95 0.34 0.53
HSL 321.24º 0.9% 0.25% -
HSV(B) 321.24º 0.95% 0.47% -
XYZ 9.08 4.62 7.81 -
YUV 48.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 119 6 79 0 0.95 0.34 0.53 321.24 0.9 0.25
Hex 77 6 4F 0 5F 22 35 141 5A 19
Octal 167 6 117 0 137 42 65 501 132 31
Binary 1110111 110 1001111 0 1011111 100010 110101 101000001 1011010 11001

Color Harmonies of #77064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77064F

Black with #77064F

Text Example


Text Example

White with #77064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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