Html Css Color HEX #771162 Palatinate Purple

📋 copy color: '#771162'

red 119 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #771162

Tints of Palatinate Purple #771162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

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

R = 50.85%
G = 7.26%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771162 (or 0x771162) is known color: Palatinate Purple. HEX triplet: 77, 11 and 62. RGB value is (119,17,98). Sum of RGB (Red+Green+Blue) = 119+17+98=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #771162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771162 is #88EE9D. Grayscale: #383838. Windows color (decimal): -8973982 or 6426999. OLE color: 6426999.

HSL color Cylindrical-coordinate representation of color #771162: hue angle of 312.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771162 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 98 -
CMYK 0 0.86 0.18 0.53
HSL 312.35º 0.75% 0.27% -
HSV(B) 312.35º 0.86% 0.47% -
XYZ 10.01 5.2 12.03 -
YUV 56.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 119 17 98 0 0.86 0.18 0.53 312.35 0.75 0.27
Hex 77 11 62 0 56 12 35 138 4B 1B
Octal 167 21 142 0 126 22 65 470 113 33
Binary 1110111 10001 1100010 0 1010110 10010 110101 100111000 1001011 11011

Color Harmonies of #771162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771162

Black with #771162

Text Example


Text Example

White with #771162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771162; }

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

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

background-color css

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

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

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

border-color css

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

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

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