Html Css Color HEX #770440 Tyrian Purple

📋 copy color: '#770440'

red 119 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #770440

Tints of Tyrian Purple #770440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 63.64%
G = 2.14%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#770440 (or 0x770440) is known color: Tyrian Purple. HEX triplet: 77, 04 and 40. RGB value is (119,4,64). Sum of RGB (Red+Green+Blue) = 119+4+64=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #770440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770440 is #88FBBF. Grayscale: #2D2D2D. Windows color (decimal): -8977344 or 4195447. OLE color: 4195447.

HSL color Cylindrical-coordinate representation of color #770440: hue angle of 328.7º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770440 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 64 -
CMYK 0 0.97 0.46 0.53
HSL 328.7º 0.93% 0.24% -
HSV(B) 328.7º 0.97% 0.47% -
XYZ 8.58 4.38 5.24 -
YUV 45.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 119 4 64 0 0.97 0.46 0.53 328.7 0.93 0.24
Hex 77 4 40 0 61 2E 35 149 5D 18
Octal 167 4 100 0 141 56 65 511 135 30
Binary 1110111 100 1000000 0 1100001 101110 110101 101001001 1011101 11000

Color Harmonies of #770440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770440

Black with #770440

Text Example


Text Example

White with #770440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770440; }

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

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

background-color css

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

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

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

border-color css

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

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

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