#7132AA

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

Shades of Royal Purple #7132AA

Tints of Royal Purple #7132AA

Color information

#7132AA (or 0x7132AA) is unknown color: approx Royal Purple. HEX triplet: 71, 32 and AA. RGB value is (113,50,170). Sum of RGB (Red+Green+Blue) = 113+50+170=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #7132AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7132AA is #8ECD55. Grayscale: #525252. Windows color (decimal): -9358678 or 11154033. OLE color: 11154033.

HSL color Cylindrical-coordinate representation of color #7132AA: hue angle of 271.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7132AA is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11350170-
CMYK0.340.7100.33
HSL271.5º54.55%43.14%-
HSV(B)271.5º70.59%66.67%-
XYZ15.218.6938.91-
YUV82.52177.37149.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=33.93%
G=15.02%
B=51.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113501700.340.7100.33271.554.5543.14
Hex7132AA2247021110372b
Octal16162252421070414206753
Binary11100011100101010101010001010001110100001100010000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7132AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7132AA; }

 p { color: rgb(113,50,170); }

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

<style>
 a { background-color: #7132AA; }

 a { background-color: rgb(113,50,170); }

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

<style>
 span { border-color: #7132AA; }

 span { border-color: rgb(113,50,170); }

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