Html Css Color HEX #77376A Palatinate Purple

📋 copy color: '#77376A'

red 119 ◦ green 55 ◦ blue 106

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

Shades of Palatinate Purple #77376A

Tints of Palatinate Purple #77376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 42.5%
G = 19.64%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77376A (or 0x77376A) is known color: Palatinate Purple. HEX triplet: 77, 37 and 6A. RGB value is (119,55,106). Sum of RGB (Red+Green+Blue) = 119+55+106=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77376A is #88C895. Grayscale: #4F4F4F. Windows color (decimal): -8964246 or 6961015. OLE color: 6961015.

HSL color Cylindrical-coordinate representation of color #77376A: hue angle of 312.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77376A is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 106 -
CMYK 0 0.54 0.11 0.53
HSL 312.19º 0.37% 0.34% -
HSV(B) 312.19º 0.54% 0.47% -
XYZ 11.58 7.69 14.51 -
YUV 79.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 119 55 106 0 0.54 0.11 0.53 312.19 0.37 0.34
Hex 77 37 6A 0 36 B 35 138 25 22
Octal 167 67 152 0 66 13 65 470 45 42
Binary 1110111 110111 1101010 0 110110 1011 110101 100111000 100101 100010

Color Harmonies of #77376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77376A

Black with #77376A

Text Example


Text Example

White with #77376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77376A; }

 p { color: rgb(119,55,106); }

 H1.HeaderClassName
 {
   color: #77376A;
 }
 .AnyTagClassName
 {
   color: #77376A;
 }
</style>

background-color css

<style>
 a { background-color: #77376A; }

 a { background-color: rgb(119,55,106); }

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

border-color css

<style>
 span { border-color: #77376A; }

 span { border-color: rgb(119,55,106); }

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