Html Css Color HEX #77225E Palatinate Purple

📋 copy color: '#77225E'

red 119 ◦ green 34 ◦ blue 94

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

Shades of Palatinate Purple #77225E

Tints of Palatinate Purple #77225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.77%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 48.18%
G = 13.77%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77225E (or 0x77225E) is known color: Palatinate Purple. HEX triplet: 77, 22 and 5E. RGB value is (119,34,94). Sum of RGB (Red+Green+Blue) = 119+34+94=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77225E is #88DDA1. Grayscale: #424242. Windows color (decimal): -8969634 or 6169207. OLE color: 6169207.

HSL color Cylindrical-coordinate representation of color #77225E: hue angle of 317.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77225E is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 94 -
CMYK 0 0.71 0.21 0.53
HSL 317.65º 0.56% 0.3% -
HSV(B) 317.65º 0.71% 0.47% -
XYZ 10.2 5.87 11.19 -
YUV 66.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 119 34 94 0 0.71 0.21 0.53 317.65 0.56 0.3
Hex 77 22 5E 0 47 15 35 13E 38 1E
Octal 167 42 136 0 107 25 65 476 70 36
Binary 1110111 100010 1011110 0 1000111 10101 110101 100111110 111000 11110

Color Harmonies of #77225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77225E

Black with #77225E

Text Example


Text Example

White with #77225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77225E; }

 p { color: rgb(119,34,94); }

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

background-color css

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

 a { background-color: rgb(119,34,94); }

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

border-color css

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

 span { border-color: rgb(119,34,94); }

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