Html Css Color HEX #772460 Palatinate Purple

📋 copy color: '#772460'

red 119 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #772460

Tints of Palatinate Purple #772460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 47.41%
G = 14.34%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#772460 (or 0x772460) is known color: Palatinate Purple. HEX triplet: 77, 24 and 60. RGB value is (119,36,96). Sum of RGB (Red+Green+Blue) = 119+36+96=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #772460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772460 is #88DB9F. Grayscale: #434343. Windows color (decimal): -8969120 or 6300791. OLE color: 6300791.

HSL color Cylindrical-coordinate representation of color #772460: hue angle of 316.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772460 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 96 -
CMYK 0 0.70 0.19 0.53
HSL 316.63º 0.54% 0.3% -
HSV(B) 316.63º 0.7% 0.47% -
XYZ 10.35 6.03 11.68 -
YUV 67.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 119 36 96 0 0.70 0.19 0.53 316.63 0.54 0.3
Hex 77 24 60 0 46 13 35 13D 36 1E
Octal 167 44 140 0 106 23 65 475 66 36
Binary 1110111 100100 1100000 0 1000110 10011 110101 100111101 110110 11110

Color Harmonies of #772460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772460

Black with #772460

Text Example


Text Example

White with #772460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772460; }

 p { color: rgb(119,36,96); }

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

background-color css

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

 a { background-color: rgb(119,36,96); }

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

border-color css

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

 span { border-color: rgb(119,36,96); }

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