Html Css Color HEX #771C69 Palatinate Purple

📋 copy color: '#771C69'

red 119 ◦ green 28 ◦ blue 105

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

Shades of Palatinate Purple #771C69

Tints of Palatinate Purple #771C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 47.22%
G = 11.11%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#771C69 (or 0x771C69) is known color: Palatinate Purple. HEX triplet: 77, 1C and 69. RGB value is (119,28,105). Sum of RGB (Red+Green+Blue) = 119+28+105=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #771C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C69 is #88E396. Grayscale: #3F3F3F. Windows color (decimal): -8971159 or 6888567. OLE color: 6888567.

HSL color Cylindrical-coordinate representation of color #771C69: hue angle of 309.23º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C69 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 105 -
CMYK 0 0.76 0.12 0.53
HSL 309.23º 0.62% 0.29% -
HSV(B) 309.23º 0.76% 0.47% -
XYZ 10.57 5.77 13.92 -
YUV 63.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 119 28 105 0 0.76 0.12 0.53 309.23 0.62 0.29
Hex 77 1C 69 0 4C C 35 135 3E 1D
Octal 167 34 151 0 114 14 65 465 76 35
Binary 1110111 11100 1101001 0 1001100 1100 110101 100110101 111110 11101

Color Harmonies of #771C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C69

Black with #771C69

Text Example


Text Example

White with #771C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,28,105); }

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

background-color css

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

 a { background-color: rgb(119,28,105); }

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

border-color css

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

 span { border-color: rgb(119,28,105); }

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