#773DA7

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

Shades of Royal Purple #773DA7

Tints of Royal Purple #773DA7

Color information

#773DA7 (or 0x773DA7) is unknown color: approx Royal Purple. HEX triplet: 77, 3D and A7. RGB value is (119,61,167). Sum of RGB (Red+Green+Blue) = 119+61+167=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #773DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773DA7 is #88C258. Grayscale: #5A5A5A. Windows color (decimal): -8962649 or 10960247. OLE color: 10960247.

HSL color Cylindrical-coordinate representation of color #773DA7: hue angle of 272.83º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773DA7 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11961167-
CMYK0.290.6300.35
HSL272.83º46.49%44.71%-
HSV(B)272.83º63.47%65.49%-
XYZ16.2510.0537.64-
YUV90.43171.22148.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 167 (65.62% from 255) = 48.13%
R=34.29%
G=17.58%
B=48.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119611670.290.6300.35272.8346.4944.71
Hex773DA71D3F0231112e2d
Octal1677524735770434215655
Binary111011111110110100111111011111110100011100010001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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