Html Css Color HEX #771FAA Royal Purple

📋 copy color: '#771FAA'

red 119 ◦ green 31 ◦ blue 170

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

Shades of Royal Purple #771FAA

Tints of Royal Purple #771FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 37.19%
G = 9.69%
B = 53.13%

CMYK

 C value IS 0.3

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771FAA (or 0x771FAA) is known color: Royal Purple. HEX triplet: 77, 1F and AA. RGB value is (119,31,170). Sum of RGB (Red+Green+Blue) = 119+31+170=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #771FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FAA is #88E055. Grayscale: #484848. Windows color (decimal): -8970326 or 11149175. OLE color: 11149175.

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

Color convert

RGB 119 31 170 -
CMYK 0.3 0.82 0 0.33
HSL 277.99º 0.69% 0.39% -
HSV(B) 277.99º 0.82% 0.67% -
XYZ 15.35 7.8 38.73 -
YUV 73.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 119 31 170 0.3 0.82 0 0.33 277.99 0.69 0.39
Hex 77 1F AA 1E 52 0 21 116 45 27
Octal 167 37 252 36 122 0 41 426 105 47
Binary 1110111 11111 10101010 11110 1010010 0 100001 100010110 1000101 100111

Color Harmonies of #771FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FAA

Black with #771FAA

Text Example


Text Example

White with #771FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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