Html Css Color HEX #771E6A Palatinate Purple

📋 copy color: '#771E6A'

red 119 ◦ green 30 ◦ blue 106

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

Shades of Palatinate Purple #771E6A

Tints of Palatinate Purple #771E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 46.67%
G = 11.76%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#771E6A (or 0x771E6A) is known color: Palatinate Purple. HEX triplet: 77, 1E and 6A. RGB value is (119,30,106). Sum of RGB (Red+Green+Blue) = 119+30+106=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #771E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E6A is #88E195. Grayscale: #414141. Windows color (decimal): -8970646 or 6954615. OLE color: 6954615.

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

Color convert

RGB 119 30 106 -
CMYK 0 0.75 0.11 0.53
HSL 308.76º 0.6% 0.29% -
HSV(B) 308.76º 0.75% 0.47% -
XYZ 10.67 5.89 14.21 -
YUV 65.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 119 30 106 0 0.75 0.11 0.53 308.76 0.6 0.29
Hex 77 1E 6A 0 4B B 35 135 3C 1D
Octal 167 36 152 0 113 13 65 465 74 35
Binary 1110111 11110 1101010 0 1001011 1011 110101 100110101 111100 11101

Color Harmonies of #771E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E6A

Black with #771E6A

Text Example


Text Example

White with #771E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,106); }

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

background-color css

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

 a { background-color: rgb(119,30,106); }

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

border-color css

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

 span { border-color: rgb(119,30,106); }

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