#773A9F

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

Shades of Royal Purple #773A9F

Tints of Royal Purple #773A9F

Color information

#773A9F (or 0x773A9F) is unknown color: approx Royal Purple. HEX triplet: 77, 3A and 9F. RGB value is (119,58,159). Sum of RGB (Red+Green+Blue) = 119+58+159=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #773A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773A9F is #88C560. Grayscale: #575757. Windows color (decimal): -8963425 or 10435191. OLE color: 10435191.

HSL color Cylindrical-coordinate representation of color #773A9F: hue angle of 276.24º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773A9F is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11958159-
CMYK0.250.6400.38
HSL276.24º46.54%42.55%-
HSV(B)276.24º63.52%62.35%-
XYZ15.389.4533.81-
YUV87.75168.21150.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=35.42%
G=17.26%
B=47.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119581590.250.6400.38276.2446.5442.55
Hex773A9F19400261142f2b
Octal16772237311000464245753
Binary1110111111010100111111100110000000100110100010100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,58,159); }

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

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

 a { background-color: rgb(119,58,159); }

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

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

 span { border-color: rgb(119,58,159); }

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