#7131A4

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

Shades of Royal Purple #7131A4

Tints of Royal Purple #7131A4

Color information

#7131A4 (or 0x7131A4) is unknown color: approx Royal Purple. HEX triplet: 71, 31 and A4. RGB value is (113,49,164). Sum of RGB (Red+Green+Blue) = 113+49+164=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #7131A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7131A4 is #8ECE5B. Grayscale: #505050. Windows color (decimal): -9358940 or 10760561. OLE color: 10760561.

HSL color Cylindrical-coordinate representation of color #7131A4: hue angle of 273.39º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7131A4 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11349164-
CMYK0.310.7000.36
HSL273.39º53.99%41.76%-
HSV(B)273.39º70.12%64.31%-
XYZ14.618.3935.97-
YUV81.25174.7150.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 164 (64.45% from 255) = 50.31%
R=34.66%
G=15.03%
B=50.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113491640.310.7000.36273.3953.9941.76
Hex7131A41F46024111362a
Octal16161244371060444216652
Binary1110001110001101001001111110001100100100100010001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7131A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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