Html Css Color HEX #772164 Palatinate Purple

📋 copy color: '#772164'

red 119 ◦ green 33 ◦ blue 100

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

Shades of Palatinate Purple #772164

Tints of Palatinate Purple #772164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 47.22%
G = 13.1%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#772164 (or 0x772164) is known color: Palatinate Purple. HEX triplet: 77, 21 and 64. RGB value is (119,33,100). Sum of RGB (Red+Green+Blue) = 119+33+100=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772164 is #88DE9B. Grayscale: #424242. Windows color (decimal): -8969884 or 6562167. OLE color: 6562167.

HSL color Cylindrical-coordinate representation of color #772164: hue angle of 313.26º 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 #772164 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 100 -
CMYK 0 0.72 0.16 0.53
HSL 313.26º 0.57% 0.3% -
HSV(B) 313.26º 0.72% 0.47% -
XYZ 10.45 5.93 12.65 -
YUV 66.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 119 33 100 0 0.72 0.16 0.53 313.26 0.57 0.3
Hex 77 21 64 0 48 10 35 139 39 1E
Octal 167 41 144 0 110 20 65 471 71 36
Binary 1110111 100001 1100100 0 1001000 10000 110101 100111001 111001 11110

Color Harmonies of #772164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772164

Black with #772164

Text Example


Text Example

White with #772164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772164; }

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

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

background-color css

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

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

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

border-color css

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

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

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