#7A31AD

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

Shades of Royal Purple #7A31AD

Tints of Royal Purple #7A31AD

Color information

#7A31AD (or 0x7A31AD) is unknown color: approx Royal Purple. HEX triplet: 7A, 31 and AD. RGB value is (122,49,173). Sum of RGB (Red+Green+Blue) = 122+49+173=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A31AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A31AD is #85CE52. Grayscale: #545454. Windows color (decimal): -8769107 or 11350394. OLE color: 11350394.

HSL color Cylindrical-coordinate representation of color #7A31AD: hue angle of 275.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A31AD is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12249173-
CMYK0.290.7200.32
HSL275.32º55.86%43.53%-
HSV(B)275.32º71.68%67.84%-
XYZ16.679.3540.46-
YUV84.96177.68154.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 49 (19.53% from 255) = 14.24%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=35.47%
G=14.24%
B=50.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122491730.290.7200.32275.3255.8643.53
Hex7A31AD1D48020113382c
Octal17261255351100404237054
Binary1111010110001101011011110110010000100000100010011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A31AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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