Html Css Color HEX #771662 Palatinate Purple

📋 copy color: '#771662'

red 119 ◦ green 22 ◦ blue 98

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

Shades of Palatinate Purple #771662

Tints of Palatinate Purple #771662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41%

R = 49.79%
G = 9.21%
B = 41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771662 (or 0x771662) is known color: Palatinate Purple. HEX triplet: 77, 16 and 62. RGB value is (119,22,98). Sum of RGB (Red+Green+Blue) = 119+22+98=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771662 is #88E99D. Grayscale: #3B3B3B. Windows color (decimal): -8972702 or 6428279. OLE color: 6428279.

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

Color convert

RGB 119 22 98 -
CMYK 0 0.82 0.18 0.53
HSL 312.99º 0.69% 0.28% -
HSV(B) 312.99º 0.82% 0.47% -
XYZ 10.1 5.38 12.06 -
YUV 59.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 119 22 98 0 0.82 0.18 0.53 312.99 0.69 0.28
Hex 77 16 62 0 52 12 35 139 45 1C
Octal 167 26 142 0 122 22 65 471 105 34
Binary 1110111 10110 1100010 0 1010010 10010 110101 100111001 1000101 11100

Color Harmonies of #771662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771662

Black with #771662

Text Example


Text Example

White with #771662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771662; }

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

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

background-color css

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

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

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

border-color css

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

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

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