Html Css Color HEX #770541 Tyrian Purple

📋 copy color: '#770541'

red 119 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #770541

Tints of Tyrian Purple #770541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 62.96%
G = 2.65%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770541 (or 0x770541) is known color: Tyrian Purple. HEX triplet: 77, 05 and 41. RGB value is (119,5,65). Sum of RGB (Red+Green+Blue) = 119+5+65=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #770541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770541 is #88FABE. Grayscale: #2D2D2D. Windows color (decimal): -8977087 or 4261239. OLE color: 4261239.

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

Color convert

RGB 119 5 65 -
CMYK 0 0.96 0.45 0.53
HSL 328.42º 0.92% 0.24% -
HSV(B) 328.42º 0.96% 0.47% -
XYZ 8.62 4.41 5.4 -
YUV 45.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 119 5 65 0 0.96 0.45 0.53 328.42 0.92 0.24
Hex 77 5 41 0 60 2D 35 148 5C 18
Octal 167 5 101 0 140 55 65 510 134 30
Binary 1110111 101 1000001 0 1100000 101101 110101 101001000 1011100 11000

Color Harmonies of #770541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770541

Black with #770541

Text Example


Text Example

White with #770541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770541; }

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

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

background-color css

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

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

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

border-color css

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

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

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