Html Css Color HEX #771863 Palatinate Purple

📋 copy color: '#771863'

red 119 ◦ green 24 ◦ blue 99

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

Shades of Palatinate Purple #771863

Tints of Palatinate Purple #771863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

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

R = 49.17%
G = 9.92%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#771863 (or 0x771863) is known color: Palatinate Purple. HEX triplet: 77, 18 and 63. RGB value is (119,24,99). Sum of RGB (Red+Green+Blue) = 119+24+99=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771863 is #88E79C. Grayscale: #3C3C3C. Windows color (decimal): -8972189 or 6494327. OLE color: 6494327.

HSL color Cylindrical-coordinate representation of color #771863: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771863 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 99 -
CMYK 0 0.80 0.17 0.53
HSL 312.63º 0.66% 0.28% -
HSV(B) 312.63º 0.8% 0.47% -
XYZ 10.19 5.48 12.32 -
YUV 60.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 119 24 99 0 0.80 0.17 0.53 312.63 0.66 0.28
Hex 77 18 63 0 50 11 35 139 42 1C
Octal 167 30 143 0 120 21 65 471 102 34
Binary 1110111 11000 1100011 0 1010000 10001 110101 100111001 1000010 11100

Color Harmonies of #771863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771863

Black with #771863

Text Example


Text Example

White with #771863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771863; }

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

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

background-color css

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

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

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

border-color css

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

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

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