Html Css Color HEX #77004D Tyrian Purple

📋 copy color: '#77004D'

red 119 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #77004D

Tints of Tyrian Purple #77004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 60.71%
G = 0%
B = 39.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77004D (or 0x77004D) is known color: Tyrian Purple. HEX triplet: 77, 00 and 4D. RGB value is (119,0,77). Sum of RGB (Red+Green+Blue) = 119+0+77=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77004D is #88FFB2. Grayscale: #2C2C2C. Windows color (decimal): -8978355 or 5046391. OLE color: 5046391.

HSL color Cylindrical-coordinate representation of color #77004D: hue angle of 321.18º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77004D is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 77 -
CMYK 0 1 0.35 0.53
HSL 321.18º 1% 0.23% -
HSV(B) 321.18º 1% 0.47% -
XYZ 8.95 4.46 7.41 -
YUV 44.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 119 0 77 0 1 0.35 0.53 321.18 1 0.23
Hex 77 0 4D 0 64 23 35 141 64 17
Octal 167 0 115 0 144 43 65 501 144 27
Binary 1110111 0 1001101 0 1100100 100011 110101 101000001 1100100 10111

Color Harmonies of #77004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77004D

Black with #77004D

Text Example


Text Example

White with #77004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77004D; }

 p { color: rgb(119,0,77); }

 H1.HeaderClassName
 {
   color: #77004D;
 }
 .AnyTagClassName
 {
   color: #77004D;
 }
</style>

background-color css

<style>
 a { background-color: #77004D; }

 a { background-color: rgb(119,0,77); }

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

border-color css

<style>
 span { border-color: #77004D; }

 span { border-color: rgb(119,0,77); }

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