Html Css Color HEX #77225C Palatinate Purple

📋 copy color: '#77225C'

red 119 ◦ green 34 ◦ blue 92

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

Shades of Palatinate Purple #77225C

Tints of Palatinate Purple #77225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 48.57%
G = 13.88%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77225C (or 0x77225C) is known color: Palatinate Purple. HEX triplet: 77, 22 and 5C. RGB value is (119,34,92). Sum of RGB (Red+Green+Blue) = 119+34+92=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77225C is #88DDA3. Grayscale: #414141. Windows color (decimal): -8969636 or 6038135. OLE color: 6038135.

HSL color Cylindrical-coordinate representation of color #77225C: hue angle of 319.06º 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 #77225C is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 92 -
CMYK 0 0.71 0.23 0.53
HSL 319.06º 0.56% 0.3% -
HSV(B) 319.06º 0.71% 0.47% -
XYZ 10.11 5.84 10.72 -
YUV 66.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 119 34 92 0 0.71 0.23 0.53 319.06 0.56 0.3
Hex 77 22 5C 0 47 17 35 13F 38 1E
Octal 167 42 134 0 107 27 65 477 70 36
Binary 1110111 100010 1011100 0 1000111 10111 110101 100111111 111000 11110

Color Harmonies of #77225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77225C

Black with #77225C

Text Example


Text Example

White with #77225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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