Html Css Color HEX #772868 Palatinate Purple

📋 copy color: '#772868'

red 119 ◦ green 40 ◦ blue 104

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

Shades of Palatinate Purple #772868

Tints of Palatinate Purple #772868

RGB

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

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

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

R = 45.25%
G = 15.21%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772868 (or 0x772868) is known color: Palatinate Purple. HEX triplet: 77, 28 and 68. RGB value is (119,40,104). Sum of RGB (Red+Green+Blue) = 119+40+104=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #772868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772868 is #88D797. Grayscale: #464646. Windows color (decimal): -8968088 or 6826103. OLE color: 6826103.

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

Color convert

RGB 119 40 104 -
CMYK 0 0.66 0.13 0.53
HSL 311.39º 0.5% 0.31% -
HSV(B) 311.39º 0.66% 0.47% -
XYZ 10.87 6.44 13.77 -
YUV 70.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 119 40 104 0 0.66 0.13 0.53 311.39 0.5 0.31
Hex 77 28 68 0 42 D 35 137 32 1F
Octal 167 50 150 0 102 15 65 467 62 37
Binary 1110111 101000 1101000 0 1000010 1101 110101 100110111 110010 11111

Color Harmonies of #772868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772868

Black with #772868

Text Example


Text Example

White with #772868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772868; }

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

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

background-color css

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

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

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

border-color css

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

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

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