#773EA2

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

Shades of Royal Purple #773EA2

Tints of Royal Purple #773EA2

Color information

#773EA2 (or 0x773EA2) is unknown color: approx Royal Purple. HEX triplet: 77, 3E and A2. RGB value is (119,62,162). Sum of RGB (Red+Green+Blue) = 119+62+162=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #773EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EA2 is #88C15D. Grayscale: #5A5A5A. Windows color (decimal): -8962398 or 10632823. OLE color: 10632823.

HSL color Cylindrical-coordinate representation of color #773EA2: hue angle of 274.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773EA2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11962162-
CMYK0.270.6200.36
HSL274.2º44.64%43.92%-
HSV(B)274.2º61.73%63.53%-
XYZ15.859.9835.27-
YUV90.44168.38148.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 162 (63.67% from 255) = 47.23%
R=34.69%
G=18.08%
B=47.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119621620.270.6200.36274.244.6443.92
Hex773EA21B3E0241122d2c
Octal1677624233760444225554
Binary111011111111010100010110111111100100100100010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,162); }

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

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

 a { background-color: rgb(119,62,162); }

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

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

 span { border-color: rgb(119,62,162); }

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