Html Css Color HEX #772267 Palatinate Purple

📋 copy color: '#772267'

red 119 ◦ green 34 ◦ blue 103

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

Shades of Palatinate Purple #772267

Tints of Palatinate Purple #772267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 103 (40.63% from 255) = 40.23%

R = 46.48%
G = 13.28%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772267 (or 0x772267) is known color: Palatinate Purple. HEX triplet: 77, 22 and 67. RGB value is (119,34,103). Sum of RGB (Red+Green+Blue) = 119+34+103=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772267 is #88DD98. Grayscale: #434343. Windows color (decimal): -8969625 or 6759031. OLE color: 6759031.

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

Color convert

RGB 119 34 103 -
CMYK 0 0.71 0.13 0.53
HSL 311.29º 0.56% 0.3% -
HSV(B) 311.29º 0.71% 0.47% -
XYZ 10.63 6.05 13.44 -
YUV 67.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 119 34 103 0 0.71 0.13 0.53 311.29 0.56 0.3
Hex 77 22 67 0 47 D 35 137 38 1E
Octal 167 42 147 0 107 15 65 467 70 36
Binary 1110111 100010 1100111 0 1000111 1101 110101 100110111 111000 11110

Color Harmonies of #772267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772267

Black with #772267

Text Example


Text Example

White with #772267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772267; }

 p { color: rgb(119,34,103); }

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

background-color css

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

 a { background-color: rgb(119,34,103); }

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

border-color css

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

 span { border-color: rgb(119,34,103); }

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