Html Css Color HEX #771660 Palatinate Purple

📋 copy color: '#771660'

red 119 ◦ green 22 ◦ blue 96

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

Shades of Palatinate Purple #771660

Tints of Palatinate Purple #771660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 50.21%
G = 9.28%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#771660 (or 0x771660) is known color: Palatinate Purple. HEX triplet: 77, 16 and 60. RGB value is (119,22,96). Sum of RGB (Red+Green+Blue) = 119+22+96=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #771660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771660 is #88E99F. Grayscale: #3B3B3B. Windows color (decimal): -8972704 or 6297207. OLE color: 6297207.

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

Color convert

RGB 119 22 96 -
CMYK 0 0.82 0.19 0.53
HSL 314.23º 0.69% 0.28% -
HSV(B) 314.23º 0.82% 0.47% -
XYZ 10.01 5.34 11.57 -
YUV 59.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 119 22 96 0 0.82 0.19 0.53 314.23 0.69 0.28
Hex 77 16 60 0 52 13 35 13A 45 1C
Octal 167 26 140 0 122 23 65 472 105 34
Binary 1110111 10110 1100000 0 1010010 10011 110101 100111010 1000101 11100

Color Harmonies of #771660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771660

Black with #771660

Text Example


Text Example

White with #771660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771660; }

 p { color: rgb(119,22,96); }

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

background-color css

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

 a { background-color: rgb(119,22,96); }

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

border-color css

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

 span { border-color: rgb(119,22,96); }

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