#773CAE

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

Shades of Royal Purple #773CAE

Tints of Royal Purple #773CAE

Color information

#773CAE (or 0x773CAE) is unknown color: approx Royal Purple. HEX triplet: 77, 3C and AE. RGB value is (119,60,174). Sum of RGB (Red+Green+Blue) = 119+60+174=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #773CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CAE is #88C351. Grayscale: #5A5A5A. Windows color (decimal): -8962898 or 11418743. OLE color: 11418743.

HSL color Cylindrical-coordinate representation of color #773CAE: hue angle of 271.05º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773CAE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11960174-
CMYK0.320.6600.32
HSL271.05º48.72%45.88%-
HSV(B)271.05º65.52%68.24%-
XYZ16.8610.2141.13-
YUV90.64175.05148.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=33.71%
G=17.00%
B=49.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119601740.320.6600.32271.0548.7245.88
Hex773CAE204202010f312e
Octal16774256401020404176156
Binary11101111111001010111010000010000100100000100001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,60,174); }

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

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

 a { background-color: rgb(119,60,174); }

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

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

 span { border-color: rgb(119,60,174); }

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