Html Css Color HEX #772768 Palatinate Purple

📋 copy color: '#772768'

red 119 ◦ green 39 ◦ blue 104

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

Shades of Palatinate Purple #772768

Tints of Palatinate Purple #772768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 45.42%
G = 14.89%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772768 (or 0x772768) is known color: Palatinate Purple. HEX triplet: 77, 27 and 68. RGB value is (119,39,104). Sum of RGB (Red+Green+Blue) = 119+39+104=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #772768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772768 is #88D897. Grayscale: #464646. Windows color (decimal): -8968344 or 6825847. OLE color: 6825847.

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

Color convert

RGB 119 39 104 -
CMYK 0 0.67 0.13 0.53
HSL 311.25º 0.51% 0.31% -
HSV(B) 311.25º 0.67% 0.47% -
XYZ 10.83 6.37 13.76 -
YUV 70.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 119 39 104 0 0.67 0.13 0.53 311.25 0.51 0.31
Hex 77 27 68 0 43 D 35 137 33 1F
Octal 167 47 150 0 103 15 65 467 63 37
Binary 1110111 100111 1101000 0 1000011 1101 110101 100110111 110011 11111

Color Harmonies of #772768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772768

Black with #772768

Text Example


Text Example

White with #772768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772768; }

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

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

background-color css

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

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

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

border-color css

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

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

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