#772CA2

Color #772CA2 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #772CA2

Tints of Royal Purple #772CA2

Color information

#772CA2 (or 0x772CA2) is unknown color: approx Royal Purple. HEX triplet: 77, 2C and A2. RGB value is (119,44,162). Sum of RGB (Red+Green+Blue) = 119+44+162=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #772CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772CA2 is #88D35D. Grayscale: #4F4F4F. Windows color (decimal): -8967006 or 10628215. OLE color: 10628215.

HSL color Cylindrical-coordinate representation of color #772CA2: hue angle of 278.14º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772CA2 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11944162-
CMYK0.270.7300.36
HSL278.14º57.28%40.39%-
HSV(B)278.14º72.84%63.53%-
XYZ15.038.3335-
YUV79.88174.35155.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 44 (17.58% from 255) = 13.54%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=36.62%
G=13.54%
B=49.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119441620.270.7300.36278.1457.2840.39
Hex772CA21B490241163928
Octal16754242331110444267150
Binary1110111101100101000101101110010010100100100010110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,162); }

 H1.HeaderClassName
 {
   color: #772CA2;
 }
 .AnyTagClassName
 {
   color: #772CA2;
 }
</style>
background-color css

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

 a { background-color: rgb(119,44,162); }

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

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

 span { border-color: rgb(119,44,162); }

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