Html Css Color HEX #771FA9 Royal Purple

📋 copy color: '#771FA9'

red 119 ◦ green 31 ◦ blue 169

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

Shades of Royal Purple #771FA9

Tints of Royal Purple #771FA9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.72%

 BLUE value IS 169 (66.41% from 255) = 52.98%

R = 37.3%
G = 9.72%
B = 52.98%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#771FA9 (or 0x771FA9) is known color: Royal Purple. HEX triplet: 77, 1F and A9. RGB value is (119,31,169). Sum of RGB (Red+Green+Blue) = 119+31+169=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #771FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FA9 is #88E056. Grayscale: #484848. Windows color (decimal): -8970327 or 11083639. OLE color: 11083639.

HSL color Cylindrical-coordinate representation of color #771FA9: hue angle of 278.26º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771FA9 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 31 169 -
CMYK 0.30 0.82 0 0.34
HSL 278.26º 0.69% 0.39% -
HSV(B) 278.26º 0.82% 0.66% -
XYZ 15.26 7.77 38.23 -
YUV 73.04 182.15 160.78 -
System Red Green Blue C M Y K H S L
Decimal 119 31 169 0.30 0.82 0 0.34 278.26 0.69 0.39
Hex 77 1F A9 1E 52 0 22 116 45 27
Octal 167 37 251 36 122 0 42 426 105 47
Binary 1110111 11111 10101001 11110 1010010 0 100010 100010110 1000101 100111

Color Harmonies of #771FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FA9

Black with #771FA9

Text Example


Text Example

White with #771FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,169); }

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

background-color css

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

 a { background-color: rgb(119,31,169); }

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

border-color css

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

 span { border-color: rgb(119,31,169); }

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