Html Css Color HEX #772461 Palatinate Purple

📋 copy color: '#772461'

red 119 ◦ green 36 ◦ blue 97

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

Shades of Palatinate Purple #772461

Tints of Palatinate Purple #772461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 47.22%
G = 14.29%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#772461 (or 0x772461) is known color: Palatinate Purple. HEX triplet: 77, 24 and 61. RGB value is (119,36,97). Sum of RGB (Red+Green+Blue) = 119+36+97=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772461 is #88DB9E. Grayscale: #434343. Windows color (decimal): -8969119 or 6366327. OLE color: 6366327.

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

Color convert

RGB 119 36 97 -
CMYK 0 0.70 0.18 0.53
HSL 315.9º 0.54% 0.3% -
HSV(B) 315.9º 0.7% 0.47% -
XYZ 10.4 6.05 11.93 -
YUV 67.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 119 36 97 0 0.70 0.18 0.53 315.9 0.54 0.3
Hex 77 24 61 0 46 12 35 13C 36 1E
Octal 167 44 141 0 106 22 65 474 66 36
Binary 1110111 100100 1100001 0 1000110 10010 110101 100111100 110110 11110

Color Harmonies of #772461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772461

Black with #772461

Text Example


Text Example

White with #772461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772461; }

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

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

background-color css

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

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

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

border-color css

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

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

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