Html Css Color HEX #77406A Palatinate Purple

📋 copy color: '#77406A'

red 119 ◦ green 64 ◦ blue 106

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

Shades of Palatinate Purple #77406A

Tints of Palatinate Purple #77406A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 41.18%
G = 22.15%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77406A (or 0x77406A) is known color: Palatinate Purple. HEX triplet: 77, 40 and 6A. RGB value is (119,64,106). Sum of RGB (Red+Green+Blue) = 119+64+106=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #77406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77406A is #88BF95. Grayscale: #555555. Windows color (decimal): -8961942 or 6963319. OLE color: 6963319.

HSL color Cylindrical-coordinate representation of color #77406A: hue angle of 314.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77406A is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 106 -
CMYK 0 0.46 0.11 0.53
HSL 314.18º 0.3% 0.36% -
HSV(B) 314.18º 0.46% 0.47% -
XYZ 12.04 8.63 14.67 -
YUV 85.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 119 64 106 0 0.46 0.11 0.53 314.18 0.3 0.36
Hex 77 40 6A 0 2E B 35 13A 1E 24
Octal 167 100 152 0 56 13 65 472 36 44
Binary 1110111 1000000 1101010 0 101110 1011 110101 100111010 11110 100100

Color Harmonies of #77406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77406A

Black with #77406A

Text Example


Text Example

White with #77406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77406A; }

 p { color: rgb(119,64,106); }

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

background-color css

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

 a { background-color: rgb(119,64,106); }

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

border-color css

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

 span { border-color: rgb(119,64,106); }

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