#773C9E

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

Shades of Royal Purple #773C9E

Tints of Royal Purple #773C9E

Color information

#773C9E (or 0x773C9E) is unknown color: approx Royal Purple. HEX triplet: 77, 3C and 9E. RGB value is (119,60,158). Sum of RGB (Red+Green+Blue) = 119+60+158=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #773C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C9E is #88C361. Grayscale: #585858. Windows color (decimal): -8962914 or 10370167. OLE color: 10370167.

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

Color convert

RGB11960158-
CMYK0.250.6200.38
HSL276.12º44.95%42.75%-
HSV(B)276.12º62.03%61.96%-
XYZ15.49.6233.39-
YUV88.81167.05149.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=35.31%
G=17.80%
B=46.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119601580.250.6200.38276.1244.9542.75
Hex773C9E193E0261142d2b
Octal1677423631760464245553
Binary111011111110010011110110011111100100110100010100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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