#7131AE

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

Shades of Royal Purple #7131AE

Tints of Royal Purple #7131AE

Color information

#7131AE (or 0x7131AE) is unknown color: approx Royal Purple. HEX triplet: 71, 31 and AE. RGB value is (113,49,174). Sum of RGB (Red+Green+Blue) = 113+49+174=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #7131AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7131AE is #8ECE51. Grayscale: #515151. Windows color (decimal): -9358930 or 11415921. OLE color: 11415921.

HSL color Cylindrical-coordinate representation of color #7131AE: hue angle of 270.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7131AE is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11349174-
CMYK0.350.7200.32
HSL270.72º56.05%43.73%-
HSV(B)270.72º71.84%68.24%-
XYZ15.558.7640.92-
YUV82.39179.7149.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=33.63%
G=14.58%
B=51.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113491740.350.7200.32270.7256.0543.73
Hex7131AE234802010f382c
Octal16161256431100404177054
Binary11100011100011010111010001110010000100000100001111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7131AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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