Html Css Color HEX #77296E Palatinate Purple

📋 copy color: '#77296E'

red 119 ◦ green 41 ◦ blue 110

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

Shades of Palatinate Purple #77296E

Tints of Palatinate Purple #77296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.74%

R = 44.07%
G = 15.19%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77296E (or 0x77296E) is known color: Palatinate Purple. HEX triplet: 77, 29 and 6E. RGB value is (119,41,110). Sum of RGB (Red+Green+Blue) = 119+41+110=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #77296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296E is #88D691. Grayscale: #474747. Windows color (decimal): -8967826 or 7219575. OLE color: 7219575.

HSL color Cylindrical-coordinate representation of color #77296E: hue angle of 306.92º 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 #77296E is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 110 -
CMYK 0 0.66 0.08 0.53
HSL 306.92º 0.49% 0.31% -
HSV(B) 306.92º 0.66% 0.47% -
XYZ 11.22 6.63 15.44 -
YUV 72.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 119 41 110 0 0.66 0.08 0.53 306.92 0.49 0.31
Hex 77 29 6E 0 42 8 35 133 31 1F
Octal 167 51 156 0 102 10 65 463 61 37
Binary 1110111 101001 1101110 0 1000010 1000 110101 100110011 110001 11111

Color Harmonies of #77296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77296E

Black with #77296E

Text Example


Text Example

White with #77296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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