#7142AA

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

Shades of Royal Purple #7142AA

Tints of Royal Purple #7142AA

Color information

#7142AA (or 0x7142AA) is unknown color: approx Royal Purple. HEX triplet: 71, 42 and AA. RGB value is (113,66,170). Sum of RGB (Red+Green+Blue) = 113+66+170=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #7142AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7142AA is #8EBD55. Grayscale: #5B5B5B. Windows color (decimal): -9354582 or 11158129. OLE color: 11158129.

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

Color convert

RGB11366170-
CMYK0.340.6100.33
HSL267.12º44.07%46.27%-
HSV(B)267.12º61.18%66.67%-
XYZ16.0110.3139.18-
YUV91.91172.07143.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=32.38%
G=18.91%
B=48.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113661700.340.6100.33267.1244.0746.27
Hex7142AA223D02110b2c2e
Octal16110225242750414135456
Binary11100011000010101010101000101111010100001100001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7142AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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