Html Css Color HEX #77205E Palatinate Purple

📋 copy color: '#77205E'

red 119 ◦ green 32 ◦ blue 94

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

Shades of Palatinate Purple #77205E

Tints of Palatinate Purple #77205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 48.57%
G = 13.06%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77205E (or 0x77205E) is known color: Palatinate Purple. HEX triplet: 77, 20 and 5E. RGB value is (119,32,94). Sum of RGB (Red+Green+Blue) = 119+32+94=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77205E is #88DFA1. Grayscale: #404040. Windows color (decimal): -8970146 or 6168695. OLE color: 6168695.

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

Color convert

RGB 119 32 94 -
CMYK 0 0.73 0.21 0.53
HSL 317.24º 0.58% 0.3% -
HSV(B) 317.24º 0.73% 0.47% -
XYZ 10.14 5.76 11.17 -
YUV 65.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 119 32 94 0 0.73 0.21 0.53 317.24 0.58 0.3
Hex 77 20 5E 0 49 15 35 13D 3A 1E
Octal 167 40 136 0 111 25 65 475 72 36
Binary 1110111 100000 1011110 0 1001001 10101 110101 100111101 111010 11110

Color Harmonies of #77205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77205E

Black with #77205E

Text Example


Text Example

White with #77205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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