Html Css Color HEX #772869 Palatinate Purple

📋 copy color: '#772869'

red 119 ◦ green 40 ◦ blue 105

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

Shades of Palatinate Purple #772869

Tints of Palatinate Purple #772869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 45.08%
G = 15.15%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#772869 (or 0x772869) is known color: Palatinate Purple. HEX triplet: 77, 28 and 69. RGB value is (119,40,105). Sum of RGB (Red+Green+Blue) = 119+40+105=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #772869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772869 is #88D796. Grayscale: #464646. Windows color (decimal): -8968087 or 6891639. OLE color: 6891639.

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

Color convert

RGB 119 40 105 -
CMYK 0 0.66 0.12 0.53
HSL 310.63º 0.5% 0.31% -
HSV(B) 310.63º 0.66% 0.47% -
XYZ 10.92 6.46 14.04 -
YUV 71.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 119 40 105 0 0.66 0.12 0.53 310.63 0.5 0.31
Hex 77 28 69 0 42 C 35 137 32 1F
Octal 167 50 151 0 102 14 65 467 62 37
Binary 1110111 101000 1101001 0 1000010 1100 110101 100110111 110010 11111

Color Harmonies of #772869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772869

Black with #772869

Text Example


Text Example

White with #772869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772869; }

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

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

background-color css

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

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

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

border-color css

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

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

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