Html Css Color HEX #772D6B Palatinate Purple

📋 copy color: '#772D6B'

red 119 ◦ green 45 ◦ blue 107

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

Shades of Palatinate Purple #772D6B

Tints of Palatinate Purple #772D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 43.91%
G = 16.61%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#772D6B (or 0x772D6B) is known color: Palatinate Purple. HEX triplet: 77, 2D and 6B. RGB value is (119,45,107). Sum of RGB (Red+Green+Blue) = 119+45+107=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #772D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D6B is #88D294. Grayscale: #4A4A4A. Windows color (decimal): -8966805 or 7023991. OLE color: 7023991.

HSL color Cylindrical-coordinate representation of color #772D6B: hue angle of 309.73º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D6B is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 45 107 -
CMYK 0 0.62 0.10 0.53
HSL 309.73º 0.45% 0.32% -
HSV(B) 309.73º 0.62% 0.47% -
XYZ 11.2 6.86 14.64 -
YUV 74.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 119 45 107 0 0.62 0.10 0.53 309.73 0.45 0.32
Hex 77 2D 6B 0 3E A 35 136 2D 20
Octal 167 55 153 0 76 12 65 466 55 40
Binary 1110111 101101 1101011 0 111110 1010 110101 100110110 101101 100000

Color Harmonies of #772D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D6B

Black with #772D6B

Text Example


Text Example

White with #772D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772D6B; }

 p { color: rgb(119,45,107); }

 H1.HeaderClassName
 {
   color: #772D6B;
 }
 .AnyTagClassName
 {
   color: #772D6B;
 }
</style>

background-color css

<style>
 a { background-color: #772D6B; }

 a { background-color: rgb(119,45,107); }

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

border-color css

<style>
 span { border-color: #772D6B; }

 span { border-color: rgb(119,45,107); }

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