#7a31ab

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

Shades of Royal Purple #7A31AB

Tints of Royal Purple #7A31AB

Color information

#7A31AB (or 0x7A31AB) is unknown color: approx Royal Purple. HEX triplet: 7A, 31 and AB. RGB value is (122,49,171). Sum of RGB (Red+Green+Blue) = 122+49+171=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A31AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A31AB is #85CE54. Grayscale: #545454. Windows color (decimal): -8769109 or 11219322. OLE color: 11219322.

HSL color Cylindrical-coordinate representation of color #7A31AB: hue angle of 275.9º 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 #7A31AB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12249171-
CMYK0.290.7100.33
HSL275.9º55.45%43.14%-
HSV(B)275.9º71.35%67.06%-
XYZ16.489.2739.45-
YUV84.74176.68154.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 49 (19.53% from 255) = 14.33%
BLUE value IS 171 (67.19% from 255) = 50%
R=35.67%
G=14.33%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122491710.290.7100.33275.955.4543.14
Hex7A31AB1D47021114372b
Octal17261253351070414246753
Binary1111010110001101010111110110001110100001100010100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a31ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a31ab; }

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

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

<style>
 a { background-color: #7a31ab; }

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

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

<style>
 span { border-color: #7a31ab; }

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

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