Html Css Color HEX #771959 Palatinate Purple

📋 copy color: '#771959'

red 119 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #771959

Tints of Palatinate Purple #771959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 51.07%
G = 10.73%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#771959 (or 0x771959) is known color: Palatinate Purple. HEX triplet: 77, 19 and 59. RGB value is (119,25,89). Sum of RGB (Red+Green+Blue) = 119+25+89=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #771959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771959 is #88E6A6. Grayscale: #3C3C3C. Windows color (decimal): -8971943 or 5839223. OLE color: 5839223.

HSL color Cylindrical-coordinate representation of color #771959: hue angle of 319.15º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771959 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 89 -
CMYK 0 0.79 0.25 0.53
HSL 319.15º 0.65% 0.28% -
HSV(B) 319.15º 0.79% 0.47% -
XYZ 9.76 5.34 9.97 -
YUV 60.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 119 25 89 0 0.79 0.25 0.53 319.15 0.65 0.28
Hex 77 19 59 0 4F 19 35 13F 41 1C
Octal 167 31 131 0 117 31 65 477 101 34
Binary 1110111 11001 1011001 0 1001111 11001 110101 100111111 1000001 11100

Color Harmonies of #771959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771959

Black with #771959

Text Example


Text Example

White with #771959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771959; }

 p { color: rgb(119,25,89); }

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

background-color css

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

 a { background-color: rgb(119,25,89); }

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

border-color css

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

 span { border-color: rgb(119,25,89); }

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