#773D9E

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

Shades of Royal Purple #773D9E

Tints of Royal Purple #773D9E

Color information

#773D9E (or 0x773D9E) is unknown color: approx Royal Purple. HEX triplet: 77, 3D and 9E. RGB value is (119,61,158). Sum of RGB (Red+Green+Blue) = 119+61+158=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #773D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D9E is #88C261. Grayscale: #595959. Windows color (decimal): -8962658 or 10370423. OLE color: 10370423.

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

Color convert

RGB11961158-
CMYK0.250.6100.38
HSL275.88º44.29%42.94%-
HSV(B)275.88º61.39%61.96%-
XYZ15.459.7333.41-
YUV89.4166.72149.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=35.21%
G=18.05%
B=46.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119611580.250.6100.38275.8844.2942.94
Hex773D9E193D0261142c2b
Octal1677523631750464245453
Binary111011111110110011110110011111010100110100010100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,61,158); }

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

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

 a { background-color: rgb(119,61,158); }

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

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

 span { border-color: rgb(119,61,158); }

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