Html Css Color HEX #772666 Palatinate Purple

📋 copy color: '#772666'

red 119 ◦ green 38 ◦ blue 102

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

Shades of Palatinate Purple #772666

Tints of Palatinate Purple #772666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 45.95%
G = 14.67%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#772666 (or 0x772666) is known color: Palatinate Purple. HEX triplet: 77, 26 and 66. RGB value is (119,38,102). Sum of RGB (Red+Green+Blue) = 119+38+102=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772666 is #88D999. Grayscale: #454545. Windows color (decimal): -8968602 or 6694519. OLE color: 6694519.

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

Color convert

RGB 119 38 102 -
CMYK 0 0.68 0.14 0.53
HSL 312.59º 0.52% 0.31% -
HSV(B) 312.59º 0.68% 0.47% -
XYZ 10.7 6.27 13.22 -
YUV 69.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 119 38 102 0 0.68 0.14 0.53 312.59 0.52 0.31
Hex 77 26 66 0 44 E 35 139 34 1F
Octal 167 46 146 0 104 16 65 471 64 37
Binary 1110111 100110 1100110 0 1000100 1110 110101 100111001 110100 11111

Color Harmonies of #772666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772666

Black with #772666

Text Example


Text Example

White with #772666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772666; }

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

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

background-color css

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

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

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

border-color css

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

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

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