#773CAF

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

Shades of Royal Purple #773CAF

Tints of Royal Purple #773CAF

Color information

#773CAF (or 0x773CAF) is unknown color: approx Royal Purple. HEX triplet: 77, 3C and AF. RGB value is (119,60,175). Sum of RGB (Red+Green+Blue) = 119+60+175=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #773CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CAF is #88C350. Grayscale: #5A5A5A. Windows color (decimal): -8962897 or 11484279. OLE color: 11484279.

HSL color Cylindrical-coordinate representation of color #773CAF: hue angle of 270.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773CAF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11960175-
CMYK0.320.6600.31
HSL270.78º48.94%46.08%-
HSV(B)270.78º65.71%68.63%-
XYZ16.9610.2541.64-
YUV90.75175.55148.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 60 (23.83% from 255) = 16.95%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=33.62%
G=16.95%
B=49.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119601750.320.6600.31270.7848.9446.08
Hex773CAF204201F10f312e
Octal16774257401020374176156
Binary1110111111100101011111000001000010011111100001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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