Html Css Color HEX #772166 Palatinate Purple

📋 copy color: '#772166'

red 119 ◦ green 33 ◦ blue 102

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

Shades of Palatinate Purple #772166

Tints of Palatinate Purple #772166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 46.85%
G = 12.99%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#772166 (or 0x772166) is known color: Palatinate Purple. HEX triplet: 77, 21 and 66. RGB value is (119,33,102). Sum of RGB (Red+Green+Blue) = 119+33+102=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #772166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772166 is #88DE99. Grayscale: #424242. Windows color (decimal): -8969882 or 6693239. OLE color: 6693239.

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

Color convert

RGB 119 33 102 -
CMYK 0 0.72 0.14 0.53
HSL 311.86º 0.57% 0.3% -
HSV(B) 311.86º 0.72% 0.47% -
XYZ 10.55 5.97 13.17 -
YUV 66.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 119 33 102 0 0.72 0.14 0.53 311.86 0.57 0.3
Hex 77 21 66 0 48 E 35 138 39 1E
Octal 167 41 146 0 110 16 65 470 71 36
Binary 1110111 100001 1100110 0 1001000 1110 110101 100111000 111001 11110

Color Harmonies of #772166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772166

Black with #772166

Text Example


Text Example

White with #772166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772166; }

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

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

background-color css

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

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

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

border-color css

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

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

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