Html Css Color HEX #770441 Tyrian Purple

📋 copy color: '#770441'

red 119 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #770441

Tints of Tyrian Purple #770441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 63.3%
G = 2.13%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770441 (or 0x770441) is known color: Tyrian Purple. HEX triplet: 77, 04 and 41. RGB value is (119,4,65). Sum of RGB (Red+Green+Blue) = 119+4+65=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #770441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770441 is #88FBBE. Grayscale: #2D2D2D. Windows color (decimal): -8977343 or 4260983. OLE color: 4260983.

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

Color convert

RGB 119 4 65 -
CMYK 0 0.97 0.45 0.53
HSL 328.17º 0.93% 0.24% -
HSV(B) 328.17º 0.97% 0.47% -
XYZ 8.61 4.39 5.39 -
YUV 45.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 119 4 65 0 0.97 0.45 0.53 328.17 0.93 0.24
Hex 77 4 41 0 61 2D 35 148 5D 18
Octal 167 4 101 0 141 55 65 510 135 30
Binary 1110111 100 1000001 0 1100001 101101 110101 101001000 1011101 11000

Color Harmonies of #770441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770441

Black with #770441

Text Example


Text Example

White with #770441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770441; }

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

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

background-color css

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

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

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

border-color css

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

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

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