#7731AB

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

Shades of Royal Purple #7731AB

Tints of Royal Purple #7731AB

Color information

#7731AB (or 0x7731AB) is unknown color: approx Royal Purple. HEX triplet: 77, 31 and AB. RGB value is (119,49,171). Sum of RGB (Red+Green+Blue) = 119+49+171=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #7731AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7731AB is #88CE54. Grayscale: #535353. Windows color (decimal): -8965717 or 11219319. OLE color: 11219319.

HSL color Cylindrical-coordinate representation of color #7731AB: hue angle of 274.43º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7731AB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11949171-
CMYK0.300.7100.33
HSL274.43º55.45%43.14%-
HSV(B)274.43º71.35%67.06%-
XYZ16.069.0639.43-
YUV83.84177.19153.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 49 (19.53% from 255) = 14.45%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=35.10%
G=14.45%
B=50.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119491710.300.7100.33274.4355.4543.14
Hex7731AB1E47021112372b
Octal16761253361070414226753
Binary1110111110001101010111111010001110100001100010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7731AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7731AB; }

 p { color: rgb(119,49,171); }

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

<style>
 a { background-color: #7731AB; }

 a { background-color: rgb(119,49,171); }

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

<style>
 span { border-color: #7731AB; }

 span { border-color: rgb(119,49,171); }

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