Html Css Color HEX #773869 Palatinate Purple

📋 copy color: '#773869'

red 119 ◦ green 56 ◦ blue 105

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

Shades of Palatinate Purple #773869

Tints of Palatinate Purple #773869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

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

R = 42.5%
G = 20%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#773869 (or 0x773869) is known color: Palatinate Purple. HEX triplet: 77, 38 and 69. RGB value is (119,56,105). Sum of RGB (Red+Green+Blue) = 119+56+105=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #773869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773869 is #88C796. Grayscale: #505050. Windows color (decimal): -8963991 or 6895735. OLE color: 6895735.

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

Color convert

RGB 119 56 105 -
CMYK 0 0.53 0.12 0.53
HSL 313.33º 0.36% 0.34% -
HSV(B) 313.33º 0.53% 0.47% -
XYZ 11.57 7.77 14.25 -
YUV 80.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 119 56 105 0 0.53 0.12 0.53 313.33 0.36 0.34
Hex 77 38 69 0 35 C 35 139 24 22
Octal 167 70 151 0 65 14 65 471 44 42
Binary 1110111 111000 1101001 0 110101 1100 110101 100111001 100100 100010

Color Harmonies of #773869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773869

Black with #773869

Text Example


Text Example

White with #773869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773869; }

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

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

background-color css

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

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

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

border-color css

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

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

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