Html Css Color HEX #770040 Tyrian Purple

📋 copy color: '#770040'

red 119 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #770040

Tints of Tyrian Purple #770040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 65.03%
G = 0%
B = 34.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#770040 (or 0x770040) is known color: Tyrian Purple. HEX triplet: 77, 00 and 40. RGB value is (119,0,64). Sum of RGB (Red+Green+Blue) = 119+0+64=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #770040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770040 is #88FFBF. Grayscale: #2A2A2A. Windows color (decimal): -8978368 or 4194423. OLE color: 4194423.

HSL color Cylindrical-coordinate representation of color #770040: hue angle of 327.73º 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 #770040 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 64 -
CMYK 0 1 0.46 0.53
HSL 327.73º 1% 0.23% -
HSV(B) 327.73º 1% 0.47% -
XYZ 8.53 4.29 5.23 -
YUV 42.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 119 0 64 0 1 0.46 0.53 327.73 1 0.23
Hex 77 0 40 0 64 2E 35 148 64 17
Octal 167 0 100 0 144 56 65 510 144 27
Binary 1110111 0 1000000 0 1100100 101110 110101 101001000 1100100 10111

Color Harmonies of #770040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770040

Black with #770040

Text Example


Text Example

White with #770040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770040; }

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

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

background-color css

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

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

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

border-color css

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

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

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