Html Css Color HEX #771859 Palatinate Purple

📋 copy color: '#771859'

red 119 ◦ green 24 ◦ blue 89

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

Shades of Palatinate Purple #771859

Tints of Palatinate Purple #771859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 51.29%
G = 10.34%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#771859 (or 0x771859) is known color: Palatinate Purple. HEX triplet: 77, 18 and 59. RGB value is (119,24,89). Sum of RGB (Red+Green+Blue) = 119+24+89=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #771859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771859 is #88E7A6. Grayscale: #3B3B3B. Windows color (decimal): -8972199 or 5838967. OLE color: 5838967.

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

Color convert

RGB 119 24 89 -
CMYK 0 0.80 0.25 0.53
HSL 318.95º 0.66% 0.28% -
HSV(B) 318.95º 0.8% 0.47% -
XYZ 9.74 5.3 9.96 -
YUV 59.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 119 24 89 0 0.80 0.25 0.53 318.95 0.66 0.28
Hex 77 18 59 0 50 19 35 13F 42 1C
Octal 167 30 131 0 120 31 65 477 102 34
Binary 1110111 11000 1011001 0 1010000 11001 110101 100111111 1000010 11100

Color Harmonies of #771859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771859

Black with #771859

Text Example


Text Example

White with #771859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771859; }

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

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

background-color css

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

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

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

border-color css

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

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

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