Html Css Color HEX #772FA6 Royal Purple

📋 copy color: '#772FA6'

red 119 ◦ green 47 ◦ blue 166

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

Shades of Royal Purple #772FA6

Tints of Royal Purple #772FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50%

R = 35.84%
G = 14.16%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#772FA6 (or 0x772FA6) is known color: Royal Purple. HEX triplet: 77, 2F and A6. RGB value is (119,47,166). Sum of RGB (Red+Green+Blue) = 119+47+166=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #772FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FA6 is #88D059. Grayscale: #515151. Windows color (decimal): -8966234 or 10891127. OLE color: 10891127.

HSL color Cylindrical-coordinate representation of color #772FA6: hue angle of 276.3º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772FA6 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 47 166 -
CMYK 0.28 0.72 0 0.35
HSL 276.3º 0.56% 0.42% -
HSV(B) 276.3º 0.72% 0.65% -
XYZ 15.51 8.71 36.94 -
YUV 82.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 119 47 166 0.28 0.72 0 0.35 276.3 0.56 0.42
Hex 77 2F A6 1C 48 0 23 114 38 2A
Octal 167 57 246 34 110 0 43 424 70 52
Binary 1110111 101111 10100110 11100 1001000 0 100011 100010100 111000 101010

Color Harmonies of #772FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FA6

Black with #772FA6

Text Example


Text Example

White with #772FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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