Html Css Color HEX #771666 Palatinate Purple

📋 copy color: '#771666'

red 119 ◦ green 22 ◦ blue 102

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

Shades of Palatinate Purple #771666

Tints of Palatinate Purple #771666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.98%

R = 48.97%
G = 9.05%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#771666 (or 0x771666) is known color: Palatinate Purple. HEX triplet: 77, 16 and 66. RGB value is (119,22,102). Sum of RGB (Red+Green+Blue) = 119+22+102=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771666 is #88E999. Grayscale: #3B3B3B. Windows color (decimal): -8972698 or 6690423. OLE color: 6690423.

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

Color convert

RGB 119 22 102 -
CMYK 0 0.82 0.14 0.53
HSL 310.52º 0.69% 0.28% -
HSV(B) 310.52º 0.82% 0.47% -
XYZ 10.29 5.46 13.08 -
YUV 60.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 119 22 102 0 0.82 0.14 0.53 310.52 0.69 0.28
Hex 77 16 66 0 52 E 35 137 45 1C
Octal 167 26 146 0 122 16 65 467 105 34
Binary 1110111 10110 1100110 0 1010010 1110 110101 100110111 1000101 11100

Color Harmonies of #771666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771666

Black with #771666

Text Example


Text Example

White with #771666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771666; }

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

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

background-color css

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

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

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

border-color css

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

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

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