Html Css Color HEX #772A62 Palatinate Purple

📋 copy color: '#772A62'

red 119 ◦ green 42 ◦ blue 98

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

Shades of Palatinate Purple #772A62

Tints of Palatinate Purple #772A62

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.22%

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

R = 45.95%
G = 16.22%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#772A62 (or 0x772A62) is known color: Palatinate Purple. HEX triplet: 77, 2A and 62. RGB value is (119,42,98). Sum of RGB (Red+Green+Blue) = 119+42+98=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A62 is #88D59D. Grayscale: #474747. Windows color (decimal): -8967582 or 6433399. OLE color: 6433399.

HSL color Cylindrical-coordinate representation of color #772A62: hue angle of 316.36º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A62 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 98 -
CMYK 0 0.65 0.18 0.53
HSL 316.36º 0.48% 0.32% -
HSV(B) 316.36º 0.65% 0.47% -
XYZ 10.64 6.46 12.24 -
YUV 71.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 119 42 98 0 0.65 0.18 0.53 316.36 0.48 0.32
Hex 77 2A 62 0 41 12 35 13C 30 20
Octal 167 52 142 0 101 22 65 474 60 40
Binary 1110111 101010 1100010 0 1000001 10010 110101 100111100 110000 100000

Color Harmonies of #772A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A62

Black with #772A62

Text Example


Text Example

White with #772A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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