#7A29AE

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

Shades of Royal Purple #7A29AE

Tints of Royal Purple #7A29AE

Color information

#7A29AE (or 0x7A29AE) is unknown color: approx Royal Purple. HEX triplet: 7A, 29 and AE. RGB value is (122,41,174). Sum of RGB (Red+Green+Blue) = 122+41+174=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A29AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A29AE is #85D651. Grayscale: #4F4F4F. Windows color (decimal): -8771154 or 11413882. OLE color: 11413882.

HSL color Cylindrical-coordinate representation of color #7A29AE: hue angle of 276.54º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A29AE is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12241174-
CMYK0.300.7600.32
HSL276.54º61.86%42.16%-
HSV(B)276.54º76.44%68.24%-
XYZ16.468.7840.87-
YUV80.38180.84157.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 41 (16.41% from 255) = 12.17%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=36.20%
G=12.17%
B=51.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122411740.300.7600.32276.5461.8642.16
Hex7A29AE1E4C0201153e2a
Octal17251256361140404257652
Binary1111010101001101011101111010011000100000100010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,41,174); }

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

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

 a { background-color: rgb(122,41,174); }

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

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

 span { border-color: rgb(122,41,174); }

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