Html Css Color HEX #77205C Palatinate Purple

📋 copy color: '#77205C'

red 119 ◦ green 32 ◦ blue 92

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

Shades of Palatinate Purple #77205C

Tints of Palatinate Purple #77205C

RGB

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

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

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

R = 48.97%
G = 13.17%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77205C (or 0x77205C) is known color: Palatinate Purple. HEX triplet: 77, 20 and 5C. RGB value is (119,32,92). Sum of RGB (Red+Green+Blue) = 119+32+92=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77205C is #88DFA3. Grayscale: #404040. Windows color (decimal): -8970148 or 6037623. OLE color: 6037623.

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

Color convert

RGB 119 32 92 -
CMYK 0 0.73 0.23 0.53
HSL 318.62º 0.58% 0.3% -
HSV(B) 318.62º 0.73% 0.47% -
XYZ 10.06 5.73 10.7 -
YUV 64.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 119 32 92 0 0.73 0.23 0.53 318.62 0.58 0.3
Hex 77 20 5C 0 49 17 35 13F 3A 1E
Octal 167 40 134 0 111 27 65 477 72 36
Binary 1110111 100000 1011100 0 1001001 10111 110101 100111111 111010 11110

Color Harmonies of #77205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77205C

Black with #77205C

Text Example


Text Example

White with #77205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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