Html Css Color HEX #77296C Palatinate Purple

📋 copy color: '#77296C'

red 119 ◦ green 41 ◦ blue 108

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

Shades of Palatinate Purple #77296C

Tints of Palatinate Purple #77296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 44.4%
G = 15.3%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77296C (or 0x77296C) is known color: Palatinate Purple. HEX triplet: 77, 29 and 6C. RGB value is (119,41,108). Sum of RGB (Red+Green+Blue) = 119+41+108=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296C is #88D693. Grayscale: #474747. Windows color (decimal): -8967828 or 7088503. OLE color: 7088503.

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

Color convert

RGB 119 41 108 -
CMYK 0 0.66 0.09 0.53
HSL 308.46º 0.49% 0.31% -
HSV(B) 308.46º 0.66% 0.47% -
XYZ 11.11 6.59 14.87 -
YUV 71.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 119 41 108 0 0.66 0.09 0.53 308.46 0.49 0.31
Hex 77 29 6C 0 42 9 35 134 31 1F
Octal 167 51 154 0 102 11 65 464 61 37
Binary 1110111 101001 1101100 0 1000010 1001 110101 100110100 110001 11111

Color Harmonies of #77296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77296C

Black with #77296C

Text Example


Text Example

White with #77296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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