#7a29ab

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

Shades of Royal Purple #7A29AB

Tints of Royal Purple #7A29AB

Color information

#7A29AB (or 0x7A29AB) is unknown color: approx Royal Purple. HEX triplet: 7A, 29 and AB. RGB value is (122,41,171). Sum of RGB (Red+Green+Blue) = 122+41+171=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A29AB is #85D654. Grayscale: #4F4F4F. Windows color (decimal): -8771157 or 11217274. OLE color: 11217274.

HSL color Cylindrical-coordinate representation of color #7A29AB: hue angle of 277.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A29AB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12241171-
CMYK0.290.7600.33
HSL277.38º61.32%41.57%-
HSV(B)277.38º76.02%67.06%-
XYZ16.178.6639.35-
YUV80.04179.34157.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=36.53%
G=12.28%
B=51.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122411710.290.7600.33277.3861.3241.57
Hex7A29AB1D4C0211153d2a
Octal17251253351140414257552
Binary1111010101001101010111110110011000100001100010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a29ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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