Html Css Color HEX #77276D Palatinate Purple

📋 copy color: '#77276D'

red 119 ◦ green 39 ◦ blue 109

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

Shades of Palatinate Purple #77276D

Tints of Palatinate Purple #77276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 44.57%
G = 14.61%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77276D (or 0x77276D) is known color: Palatinate Purple. HEX triplet: 77, 27 and 6D. RGB value is (119,39,109). Sum of RGB (Red+Green+Blue) = 119+39+109=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77276D is #88D892. Grayscale: #464646. Windows color (decimal): -8968339 or 7153527. OLE color: 7153527.

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

Color convert

RGB 119 39 109 -
CMYK 0 0.67 0.08 0.53
HSL 307.5º 0.51% 0.31% -
HSV(B) 307.5º 0.67% 0.47% -
XYZ 11.09 6.48 15.13 -
YUV 70.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 119 39 109 0 0.67 0.08 0.53 307.5 0.51 0.31
Hex 77 27 6D 0 43 8 35 134 33 1F
Octal 167 47 155 0 103 10 65 464 63 37
Binary 1110111 100111 1101101 0 1000011 1000 110101 100110100 110011 11111

Color Harmonies of #77276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77276D

Black with #77276D

Text Example


Text Example

White with #77276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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