Html Css Color HEX #772864 Palatinate Purple

📋 copy color: '#772864'

red 119 ◦ green 40 ◦ blue 100

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

Shades of Palatinate Purple #772864

Tints of Palatinate Purple #772864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.61%

R = 45.95%
G = 15.44%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#772864 (or 0x772864) is known color: Palatinate Purple. HEX triplet: 77, 28 and 64. RGB value is (119,40,100). Sum of RGB (Red+Green+Blue) = 119+40+100=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772864 is #88D79B. Grayscale: #464646. Windows color (decimal): -8968092 or 6563959. OLE color: 6563959.

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

Color convert

RGB 119 40 100 -
CMYK 0 0.66 0.16 0.53
HSL 314.43º 0.5% 0.31% -
HSV(B) 314.43º 0.66% 0.47% -
XYZ 10.67 6.36 12.72 -
YUV 70.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 119 40 100 0 0.66 0.16 0.53 314.43 0.5 0.31
Hex 77 28 64 0 42 10 35 13A 32 1F
Octal 167 50 144 0 102 20 65 472 62 37
Binary 1110111 101000 1100100 0 1000010 10000 110101 100111010 110010 11111

Color Harmonies of #772864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772864

Black with #772864

Text Example


Text Example

White with #772864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772864; }

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

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

background-color css

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

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

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

border-color css

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

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

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