Html Css Color HEX #771665 Palatinate Purple

📋 copy color: '#771665'

red 119 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #771665

Tints of Palatinate Purple #771665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 49.17%
G = 9.09%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#771665 (or 0x771665) is known color: Palatinate Purple. HEX triplet: 77, 16 and 65. RGB value is (119,22,101). Sum of RGB (Red+Green+Blue) = 119+22+101=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771665 is #88E99A. Grayscale: #3B3B3B. Windows color (decimal): -8972699 or 6624887. OLE color: 6624887.

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

Color convert

RGB 119 22 101 -
CMYK 0 0.82 0.15 0.53
HSL 311.13º 0.69% 0.28% -
HSV(B) 311.13º 0.82% 0.47% -
XYZ 10.24 5.44 12.82 -
YUV 60.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 119 22 101 0 0.82 0.15 0.53 311.13 0.69 0.28
Hex 77 16 65 0 52 F 35 137 45 1C
Octal 167 26 145 0 122 17 65 467 105 34
Binary 1110111 10110 1100101 0 1010010 1111 110101 100110111 1000101 11100

Color Harmonies of #771665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771665

Black with #771665

Text Example


Text Example

White with #771665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771665; }

 p { color: rgb(119,22,101); }

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

background-color css

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

 a { background-color: rgb(119,22,101); }

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

border-color css

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

 span { border-color: rgb(119,22,101); }

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