Html Css Color HEX #77356D Palatinate Purple

📋 copy color: '#77356D'

red 119 ◦ green 53 ◦ blue 109

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

Shades of Palatinate Purple #77356D

Tints of Palatinate Purple #77356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 42.35%
G = 18.86%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77356D (or 0x77356D) is known color: Palatinate Purple. HEX triplet: 77, 35 and 6D. RGB value is (119,53,109). Sum of RGB (Red+Green+Blue) = 119+53+109=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77356D is #88CA92. Grayscale: #4E4E4E. Windows color (decimal): -8964755 or 7157111. OLE color: 7157111.

HSL color Cylindrical-coordinate representation of color #77356D: hue angle of 309.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77356D is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 109 -
CMYK 0 0.55 0.08 0.53
HSL 309.09º 0.38% 0.34% -
HSV(B) 309.09º 0.55% 0.47% -
XYZ 11.64 7.57 15.32 -
YUV 79.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 119 53 109 0 0.55 0.08 0.53 309.09 0.38 0.34
Hex 77 35 6D 0 37 8 35 135 26 22
Octal 167 65 155 0 67 10 65 465 46 42
Binary 1110111 110101 1101101 0 110111 1000 110101 100110101 100110 100010

Color Harmonies of #77356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77356D

Black with #77356D

Text Example


Text Example

White with #77356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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