#773E99

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

Shades of Royal Purple #773E99

Tints of Royal Purple #773E99

Color information

#773E99 (or 0x773E99) is unknown color: approx Royal Purple. HEX triplet: 77, 3E and 99. RGB value is (119,62,153). Sum of RGB (Red+Green+Blue) = 119+62+153=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #773E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773E99 is #88C166. Grayscale: #595959. Windows color (decimal): -8962407 or 10042999. OLE color: 10042999.

HSL color Cylindrical-coordinate representation of color #773E99: hue angle of 277.58º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773E99 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11962153-
CMYK0.220.5900.4
HSL277.58º42.33%42.16%-
HSV(B)277.58º59.48%60%-
XYZ15.089.6731.21-
YUV89.42163.88149.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=35.63%
G=18.56%
B=45.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119621530.220.5900.4277.5842.3342.16
Hex773E99163B0281162a2a
Octal1677623126730504265252
Binary111011111111010011001101101110110101000100010110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773E99; }

 p { color: rgb(119,62,153); }

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

<style>
 a { background-color: #773E99; }

 a { background-color: rgb(119,62,153); }

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

<style>
 span { border-color: #773E99; }

 span { border-color: rgb(119,62,153); }

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