Html Css Color HEX #772062 Palatinate Purple

📋 copy color: '#772062'

red 119 ◦ green 32 ◦ blue 98

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

Shades of Palatinate Purple #772062

Tints of Palatinate Purple #772062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 98 (38.67% from 255) = 39.36%

R = 47.79%
G = 12.85%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#772062 (or 0x772062) is known color: Palatinate Purple. HEX triplet: 77, 20 and 62. RGB value is (119,32,98). Sum of RGB (Red+Green+Blue) = 119+32+98=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #772062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772062 is #88DF9D. Grayscale: #414141. Windows color (decimal): -8970142 or 6430839. OLE color: 6430839.

HSL color Cylindrical-coordinate representation of color #772062: hue angle of 314.48º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772062 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 98 -
CMYK 0 0.73 0.18 0.53
HSL 314.48º 0.58% 0.3% -
HSV(B) 314.48º 0.73% 0.47% -
XYZ 10.33 5.84 12.14 -
YUV 65.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 119 32 98 0 0.73 0.18 0.53 314.48 0.58 0.3
Hex 77 20 62 0 49 12 35 13A 3A 1E
Octal 167 40 142 0 111 22 65 472 72 36
Binary 1110111 100000 1100010 0 1001001 10010 110101 100111010 111010 11110

Color Harmonies of #772062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772062

Black with #772062

Text Example


Text Example

White with #772062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772062; }

 p { color: rgb(119,32,98); }

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

background-color css

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

 a { background-color: rgb(119,32,98); }

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

border-color css

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

 span { border-color: rgb(119,32,98); }

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