Html Css Color HEX #77276C Palatinate Purple

📋 copy color: '#77276C'

red 119 ◦ green 39 ◦ blue 108

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

Shades of Palatinate Purple #77276C

Tints of Palatinate Purple #77276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 44.74%
G = 14.66%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77276C (or 0x77276C) is known color: Palatinate Purple. HEX triplet: 77, 27 and 6C. RGB value is (119,39,108). Sum of RGB (Red+Green+Blue) = 119+39+108=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77276C is #88D893. Grayscale: #464646. Windows color (decimal): -8968340 or 7087991. OLE color: 7087991.

HSL color Cylindrical-coordinate representation of color #77276C: hue angle of 308.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77276C is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 108 -
CMYK 0 0.67 0.09 0.53
HSL 308.25º 0.51% 0.31% -
HSV(B) 308.25º 0.67% 0.47% -
XYZ 11.04 6.46 14.85 -
YUV 70.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 119 39 108 0 0.67 0.09 0.53 308.25 0.51 0.31
Hex 77 27 6C 0 43 9 35 134 33 1F
Octal 167 47 154 0 103 11 65 464 63 37
Binary 1110111 100111 1101100 0 1000011 1001 110101 100110100 110011 11111

Color Harmonies of #77276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77276C

Black with #77276C

Text Example


Text Example

White with #77276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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