#7B29AE

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

Shades of Royal Purple #7B29AE

Tints of Royal Purple #7B29AE

Color information

#7B29AE (or 0x7B29AE) is unknown color: approx Royal Purple. HEX triplet: 7B, 29 and AE. RGB value is (123,41,174). Sum of RGB (Red+Green+Blue) = 123+41+174=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B29AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B29AE is #84D651. Grayscale: #505050. Windows color (decimal): -8705618 or 11413883. OLE color: 11413883.

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

Color convert

RGB12341174-
CMYK0.290.7600.32
HSL276.99º61.86%42.16%-
HSV(B)276.99º76.44%68.24%-
XYZ16.68.8540.88-
YUV80.68180.67158.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=36.39%
G=12.13%
B=51.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123411740.290.7600.32276.9961.8642.16
Hex7B29AE1D4C0201153e2a
Octal17351256351140404257652
Binary1111011101001101011101110110011000100000100010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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