#7127AA

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

Shades of Royal Purple #7127AA

Tints of Royal Purple #7127AA

Color information

#7127AA (or 0x7127AA) is unknown color: approx Royal Purple. HEX triplet: 71, 27 and AA. RGB value is (113,39,170). Sum of RGB (Red+Green+Blue) = 113+39+170=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #7127AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7127AA is #8ED855. Grayscale: #4B4B4B. Windows color (decimal): -9361494 or 11151217. OLE color: 11151217.

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

Color convert

RGB11339170-
CMYK0.340.7700.33
HSL273.89º62.68%40.98%-
HSV(B)273.89º77.06%66.67%-
XYZ14.797.8638.77-
YUV76.06181.02154.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=35.09%
G=12.11%
B=52.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113391700.340.7700.33273.8962.6840.98
Hex7127AA224D0211123f29
Octal16147252421150414227751
Binary11100011001111010101010001010011010100001100010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7127AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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