Html Css Color HEX #772FA1 Royal Purple

📋 copy color: '#772FA1'

red 119 ◦ green 47 ◦ blue 161

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

Shades of Royal Purple #772FA1

Tints of Royal Purple #772FA1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.37%

 BLUE value IS 161 (63.28% from 255) = 49.24%

R = 36.39%
G = 14.37%
B = 49.24%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#772FA1 (or 0x772FA1) is known color: Royal Purple. HEX triplet: 77, 2F and A1. RGB value is (119,47,161). Sum of RGB (Red+Green+Blue) = 119+47+161=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 161 - color contains mainly: blue. Hex color #772FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FA1 is #88D05E. Grayscale: #515151. Windows color (decimal): -8966239 or 10563447. OLE color: 10563447.

HSL color Cylindrical-coordinate representation of color #772FA1: hue angle of 277.89º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772FA1 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 47 161 -
CMYK 0.26 0.71 0 0.37
HSL 277.89º 0.55% 0.41% -
HSV(B) 277.89º 0.71% 0.63% -
XYZ 15.06 8.53 34.57 -
YUV 81.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 119 47 161 0.26 0.71 0 0.37 277.89 0.55 0.41
Hex 77 2F A1 1A 47 0 25 116 37 29
Octal 167 57 241 32 107 0 45 426 67 51
Binary 1110111 101111 10100001 11010 1000111 0 100101 100010110 110111 101001

Color Harmonies of #772FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FA1

Black with #772FA1

Text Example


Text Example

White with #772FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772FA1; }

 p { color: rgb(119,47,161); }

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

background-color css

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

 a { background-color: rgb(119,47,161); }

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

border-color css

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

 span { border-color: rgb(119,47,161); }

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