#7432A6

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

Shades of Royal Purple #7432A6

Tints of Royal Purple #7432A6

Color information

#7432A6 (or 0x7432A6) is unknown color: approx Royal Purple. HEX triplet: 74, 32 and A6. RGB value is (116,50,166). Sum of RGB (Red+Green+Blue) = 116+50+166=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #7432A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7432A6 is #8BCD59. Grayscale: #525252. Windows color (decimal): -9162074 or 10891892. OLE color: 10891892.

HSL color Cylindrical-coordinate representation of color #7432A6: hue angle of 274.14º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7432A6 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11650166-
CMYK0.300.7000.35
HSL274.14º53.7%42.35%-
HSV(B)274.14º69.88%65.1%-
XYZ15.238.7536.96-
YUV82.96174.87151.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 166 (65.23% from 255) = 50%
R=34.94%
G=15.06%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116501660.300.7000.35274.1453.742.35
Hex7432A61E46023112362a
Octal16462246361060434226652
Binary1110100110010101001101111010001100100011100010010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7432A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7432A6; }

 p { color: rgb(116,50,166); }

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

<style>
 a { background-color: #7432A6; }

 a { background-color: rgb(116,50,166); }

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

<style>
 span { border-color: #7432A6; }

 span { border-color: rgb(116,50,166); }

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