Html Css Color HEX #772169 Palatinate Purple

📋 copy color: '#772169'

red 119 ◦ green 33 ◦ blue 105

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

Shades of Palatinate Purple #772169

Tints of Palatinate Purple #772169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 46.3%
G = 12.84%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#772169 (or 0x772169) is known color: Palatinate Purple. HEX triplet: 77, 21 and 69. RGB value is (119,33,105). Sum of RGB (Red+Green+Blue) = 119+33+105=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772169 is #88DE96. Grayscale: #424242. Windows color (decimal): -8969879 or 6889847. OLE color: 6889847.

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

Color convert

RGB 119 33 105 -
CMYK 0 0.72 0.12 0.53
HSL 309.77º 0.57% 0.3% -
HSV(B) 309.77º 0.72% 0.47% -
XYZ 10.7 6.03 13.96 -
YUV 66.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 119 33 105 0 0.72 0.12 0.53 309.77 0.57 0.3
Hex 77 21 69 0 48 C 35 136 39 1E
Octal 167 41 151 0 110 14 65 466 71 36
Binary 1110111 100001 1101001 0 1001000 1100 110101 100110110 111001 11110

Color Harmonies of #772169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772169

Black with #772169

Text Example


Text Example

White with #772169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772169; }

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

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

background-color css

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

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

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

border-color css

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

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

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