Html Css Color HEX #771463 Palatinate Purple

📋 copy color: '#771463'

red 119 ◦ green 20 ◦ blue 99

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

Shades of Palatinate Purple #771463

Tints of Palatinate Purple #771463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 50%
G = 8.4%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#771463 (or 0x771463) is known color: Palatinate Purple. HEX triplet: 77, 14 and 63. RGB value is (119,20,99). Sum of RGB (Red+Green+Blue) = 119+20+99=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771463 is #88EB9C. Grayscale: #3A3A3A. Windows color (decimal): -8973213 or 6493303. OLE color: 6493303.

HSL color Cylindrical-coordinate representation of color #771463: hue angle of 312.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771463 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 99 -
CMYK 0 0.83 0.17 0.53
HSL 312.12º 0.71% 0.27% -
HSV(B) 312.12º 0.83% 0.47% -
XYZ 10.11 5.32 12.3 -
YUV 58.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 119 20 99 0 0.83 0.17 0.53 312.12 0.71 0.27
Hex 77 14 63 0 53 11 35 138 47 1B
Octal 167 24 143 0 123 21 65 470 107 33
Binary 1110111 10100 1100011 0 1010011 10001 110101 100111000 1000111 11011

Color Harmonies of #771463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771463

Black with #771463

Text Example


Text Example

White with #771463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771463; }

 p { color: rgb(119,20,99); }

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

background-color css

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

 a { background-color: rgb(119,20,99); }

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

border-color css

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

 span { border-color: rgb(119,20,99); }

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