Html Css Color HEX #771366 Palatinate Purple

📋 copy color: '#771366'

red 119 ◦ green 19 ◦ blue 102

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

Shades of Palatinate Purple #771366

Tints of Palatinate Purple #771366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

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

R = 49.58%
G = 7.92%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#771366 (or 0x771366) is known color: Palatinate Purple. HEX triplet: 77, 13 and 66. RGB value is (119,19,102). Sum of RGB (Red+Green+Blue) = 119+19+102=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #771366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771366 is #88EC99. Grayscale: #3A3A3A. Windows color (decimal): -8973466 or 6689655. OLE color: 6689655.

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

Color convert

RGB 119 19 102 -
CMYK 0 0.84 0.14 0.53
HSL 310.2º 0.72% 0.27% -
HSV(B) 310.2º 0.84% 0.47% -
XYZ 10.24 5.35 13.06 -
YUV 58.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 119 19 102 0 0.84 0.14 0.53 310.2 0.72 0.27
Hex 77 13 66 0 54 E 35 136 48 1B
Octal 167 23 146 0 124 16 65 466 110 33
Binary 1110111 10011 1100110 0 1010100 1110 110101 100110110 1001000 11011

Color Harmonies of #771366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771366

Black with #771366

Text Example


Text Example

White with #771366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771366; }

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

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

background-color css

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

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

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

border-color css

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

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

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