Html Css Color HEX #771A68 Palatinate Purple

📋 copy color: '#771A68'

red 119 ◦ green 26 ◦ blue 104

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

Shades of Palatinate Purple #771A68

Tints of Palatinate Purple #771A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 47.79%
G = 10.44%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#771A68 (or 0x771A68) is known color: Palatinate Purple. HEX triplet: 77, 1A and 68. RGB value is (119,26,104). Sum of RGB (Red+Green+Blue) = 119+26+104=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #771A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A68 is #88E597. Grayscale: #3E3E3E. Windows color (decimal): -8971672 or 6822519. OLE color: 6822519.

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

Color convert

RGB 119 26 104 -
CMYK 0 0.78 0.13 0.53
HSL 309.68º 0.64% 0.28% -
HSV(B) 309.68º 0.78% 0.47% -
XYZ 10.48 5.66 13.64 -
YUV 62.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 119 26 104 0 0.78 0.13 0.53 309.68 0.64 0.28
Hex 77 1A 68 0 4E D 35 136 40 1C
Octal 167 32 150 0 116 15 65 466 100 34
Binary 1110111 11010 1101000 0 1001110 1101 110101 100110110 1000000 11100

Color Harmonies of #771A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A68

Black with #771A68

Text Example


Text Example

White with #771A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771A68; }

 p { color: rgb(119,26,104); }

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

background-color css

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

 a { background-color: rgb(119,26,104); }

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

border-color css

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

 span { border-color: rgb(119,26,104); }

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