Html Css Color HEX #77205B Palatinate Purple

📋 copy color: '#77205B'

red 119 ◦ green 32 ◦ blue 91

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

Shades of Palatinate Purple #77205B

Tints of Palatinate Purple #77205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 49.17%
G = 13.22%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77205B (or 0x77205B) is known color: Palatinate Purple. HEX triplet: 77, 20 and 5B. RGB value is (119,32,91). Sum of RGB (Red+Green+Blue) = 119+32+91=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77205B is #88DFA4. Grayscale: #404040. Windows color (decimal): -8970149 or 5972087. OLE color: 5972087.

HSL color Cylindrical-coordinate representation of color #77205B: hue angle of 319.31º 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 #77205B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 91 -
CMYK 0 0.73 0.24 0.53
HSL 319.31º 0.58% 0.3% -
HSV(B) 319.31º 0.73% 0.47% -
XYZ 10.01 5.71 10.47 -
YUV 64.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 119 32 91 0 0.73 0.24 0.53 319.31 0.58 0.3
Hex 77 20 5B 0 49 18 35 13F 3A 1E
Octal 167 40 133 0 111 30 65 477 72 36
Binary 1110111 100000 1011011 0 1001001 11000 110101 100111111 111010 11110

Color Harmonies of #77205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77205B

Black with #77205B

Text Example


Text Example

White with #77205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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