Html Css Color HEX #772466 Palatinate Purple

📋 copy color: '#772466'

red 119 ◦ green 36 ◦ blue 102

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

Shades of Palatinate Purple #772466

Tints of Palatinate Purple #772466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 46.3%
G = 14.01%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#772466 (or 0x772466) is known color: Palatinate Purple. HEX triplet: 77, 24 and 66. RGB value is (119,36,102). Sum of RGB (Red+Green+Blue) = 119+36+102=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772466 is #88DB99. Grayscale: #444444. Windows color (decimal): -8969114 or 6694007. OLE color: 6694007.

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

Color convert

RGB 119 36 102 -
CMYK 0 0.70 0.14 0.53
HSL 312.29º 0.54% 0.3% -
HSV(B) 312.29º 0.7% 0.47% -
XYZ 10.64 6.14 13.2 -
YUV 68.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 119 36 102 0 0.70 0.14 0.53 312.29 0.54 0.3
Hex 77 24 66 0 46 E 35 138 36 1E
Octal 167 44 146 0 106 16 65 470 66 36
Binary 1110111 100100 1100110 0 1000110 1110 110101 100111000 110110 11110

Color Harmonies of #772466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772466

Black with #772466

Text Example


Text Example

White with #772466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772466; }

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

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

background-color css

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

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

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

border-color css

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

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

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