Html Css Color HEX #77296A Palatinate Purple

📋 copy color: '#77296A'

red 119 ◦ green 41 ◦ blue 106

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

Shades of Palatinate Purple #77296A

Tints of Palatinate Purple #77296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

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

R = 44.74%
G = 15.41%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77296A (or 0x77296A) is known color: Palatinate Purple. HEX triplet: 77, 29 and 6A. RGB value is (119,41,106). Sum of RGB (Red+Green+Blue) = 119+41+106=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296A is #88D695. Grayscale: #474747. Windows color (decimal): -8967830 or 6957431. OLE color: 6957431.

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

Color convert

RGB 119 41 106 -
CMYK 0 0.66 0.11 0.53
HSL 310º 0.49% 0.31% -
HSV(B) 310º 0.66% 0.47% -
XYZ 11 6.55 14.32 -
YUV 71.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 119 41 106 0 0.66 0.11 0.53 310 0.49 0.31
Hex 77 29 6A 0 42 B 35 136 31 1F
Octal 167 51 152 0 102 13 65 466 61 37
Binary 1110111 101001 1101010 0 1000010 1011 110101 100110110 110001 11111

Color Harmonies of #77296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77296A

Black with #77296A

Text Example


Text Example

White with #77296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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