Html Css Color HEX #773668 Palatinate Purple

📋 copy color: '#773668'

red 119 ◦ green 54 ◦ blue 104

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

Shades of Palatinate Purple #773668

Tints of Palatinate Purple #773668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 42.96%
G = 19.49%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#773668 (or 0x773668) is known color: Palatinate Purple. HEX triplet: 77, 36 and 68. RGB value is (119,54,104). Sum of RGB (Red+Green+Blue) = 119+54+104=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #773668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773668 is #88C997. Grayscale: #4F4F4F. Windows color (decimal): -8964504 or 6829687. OLE color: 6829687.

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

Color convert

RGB 119 54 104 -
CMYK 0 0.55 0.13 0.53
HSL 313.85º 0.38% 0.34% -
HSV(B) 313.85º 0.55% 0.47% -
XYZ 11.43 7.56 13.95 -
YUV 79.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 119 54 104 0 0.55 0.13 0.53 313.85 0.38 0.34
Hex 77 36 68 0 37 D 35 13A 26 22
Octal 167 66 150 0 67 15 65 472 46 42
Binary 1110111 110110 1101000 0 110111 1101 110101 100111010 100110 100010

Color Harmonies of #773668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773668

Black with #773668

Text Example


Text Example

White with #773668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773668; }

 p { color: rgb(119,54,104); }

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

background-color css

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

 a { background-color: rgb(119,54,104); }

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

border-color css

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

 span { border-color: rgb(119,54,104); }

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