Html Css Color HEX #771767 Palatinate Purple

📋 copy color: '#771767'

red 119 ◦ green 23 ◦ blue 103

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

Shades of Palatinate Purple #771767

Tints of Palatinate Purple #771767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 48.57%
G = 9.39%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#771767 (or 0x771767) is known color: Palatinate Purple. HEX triplet: 77, 17 and 67. RGB value is (119,23,103). Sum of RGB (Red+Green+Blue) = 119+23+103=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #771767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771767 is #88E898. Grayscale: #3C3C3C. Windows color (decimal): -8972441 or 6756215. OLE color: 6756215.

HSL color Cylindrical-coordinate representation of color #771767: hue angle of 310º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771767 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 103 -
CMYK 0 0.81 0.13 0.53
HSL 310º 0.68% 0.28% -
HSV(B) 310º 0.81% 0.47% -
XYZ 10.36 5.51 13.35 -
YUV 60.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 119 23 103 0 0.81 0.13 0.53 310 0.68 0.28
Hex 77 17 67 0 51 D 35 136 44 1C
Octal 167 27 147 0 121 15 65 466 104 34
Binary 1110111 10111 1100111 0 1010001 1101 110101 100110110 1000100 11100

Color Harmonies of #771767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771767

Black with #771767

Text Example


Text Example

White with #771767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771767; }

 p { color: rgb(119,23,103); }

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

background-color css

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

 a { background-color: rgb(119,23,103); }

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

border-color css

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

 span { border-color: rgb(119,23,103); }

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