#7132A3

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

Shades of Royal Purple #7132A3

Tints of Royal Purple #7132A3

Color information

#7132A3 (or 0x7132A3) is unknown color: approx Royal Purple. HEX triplet: 71, 32 and A3. RGB value is (113,50,163). Sum of RGB (Red+Green+Blue) = 113+50+163=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #7132A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7132A3 is #8ECD5C. Grayscale: #515151. Windows color (decimal): -9358685 or 10695281. OLE color: 10695281.

HSL color Cylindrical-coordinate representation of color #7132A3: hue angle of 273.45º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7132A3 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11350163-
CMYK0.310.6900.36
HSL273.45º53.05%41.76%-
HSV(B)273.45º69.33%63.92%-
XYZ14.568.4435.51-
YUV81.72173.87150.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 163 (64.06% from 255) = 50%
R=34.66%
G=15.34%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113501630.310.6900.36273.4553.0541.76
Hex7132A31F45024111352a
Octal16162243371050444216552
Binary1110001110010101000111111110001010100100100010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7132A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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