#773BAE

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

Shades of Royal Purple #773BAE

Tints of Royal Purple #773BAE

Color information

#773BAE (or 0x773BAE) is unknown color: approx Royal Purple. HEX triplet: 77, 3B and AE. RGB value is (119,59,174). Sum of RGB (Red+Green+Blue) = 119+59+174=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #773BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BAE is #88C451. Grayscale: #595959. Windows color (decimal): -8963154 or 11418487. OLE color: 11418487.

HSL color Cylindrical-coordinate representation of color #773BAE: hue angle of 271.3º 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 #773BAE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11959174-
CMYK0.320.6600.32
HSL271.3º49.36%45.69%-
HSV(B)271.3º66.09%68.24%-
XYZ16.8110.1141.11-
YUV90.05175.38148.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=33.81%
G=16.76%
B=49.43%

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
Decimal119591740.320.6600.32271.349.3645.69
Hex773BAE204202010f312e
Octal16773256401020404176156
Binary11101111110111010111010000010000100100000100001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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