#7131AA

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

Shades of Royal Purple #7131AA

Tints of Royal Purple #7131AA

Color information

#7131AA (or 0x7131AA) is unknown color: approx Royal Purple. HEX triplet: 71, 31 and AA. RGB value is (113,49,170). Sum of RGB (Red+Green+Blue) = 113+49+170=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #7131AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7131AA is #8ECE55. Grayscale: #515151. Windows color (decimal): -9358934 or 11153777. OLE color: 11153777.

HSL color Cylindrical-coordinate representation of color #7131AA: hue angle of 271.74º 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 #7131AA is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11349170-
CMYK0.340.7100.33
HSL271.74º55.25%42.94%-
HSV(B)271.74º71.18%66.67%-
XYZ15.168.6138.89-
YUV81.93177.7150.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=34.04%
G=14.76%
B=51.20%

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
Decimal113491700.340.7100.33271.7455.2542.94
Hex7131AA2247021110372b
Octal16161252421070414206753
Binary11100011100011010101010001010001110100001100010000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7131AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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