Html Css Color HEX #77206A Palatinate Purple

📋 copy color: '#77206A'

red 119 ◦ green 32 ◦ blue 106

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

Shades of Palatinate Purple #77206A

Tints of Palatinate Purple #77206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

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

R = 46.3%
G = 12.45%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77206A (or 0x77206A) is known color: Palatinate Purple. HEX triplet: 77, 20 and 6A. RGB value is (119,32,106). Sum of RGB (Red+Green+Blue) = 119+32+106=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #77206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77206A is #88DF95. Grayscale: #424242. Windows color (decimal): -8970134 or 6955127. OLE color: 6955127.

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

Color convert

RGB 119 32 106 -
CMYK 0 0.73 0.11 0.53
HSL 308.97º 0.58% 0.3% -
HSV(B) 308.97º 0.73% 0.47% -
XYZ 10.73 6 14.23 -
YUV 66.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 119 32 106 0 0.73 0.11 0.53 308.97 0.58 0.3
Hex 77 20 6A 0 49 B 35 135 3A 1E
Octal 167 40 152 0 111 13 65 465 72 36
Binary 1110111 100000 1101010 0 1001001 1011 110101 100110101 111010 11110

Color Harmonies of #77206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77206A

Black with #77206A

Text Example


Text Example

White with #77206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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