#7128AC

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

Shades of Royal Purple #7128AC

Tints of Royal Purple #7128AC

Color information

#7128AC (or 0x7128AC) is unknown color: approx Royal Purple. HEX triplet: 71, 28 and AC. RGB value is (113,40,172). Sum of RGB (Red+Green+Blue) = 113+40+172=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #7128AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7128AC is #8ED753. Grayscale: #4C4C4C. Windows color (decimal): -9361236 or 11282545. OLE color: 11282545.

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

Color convert

RGB11340172-
CMYK0.340.7700.33
HSL273.18º62.26%41.57%-
HSV(B)273.18º76.74%67.45%-
XYZ15.028.0139.78-
YUV76.88181.68153.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 172 (67.58% from 255) = 52.92%
R=34.77%
G=12.31%
B=52.92%

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
Decimal113401720.340.7700.33273.1862.2641.57
Hex7128AC224D0211113e2a
Octal16150254421150414217652
Binary11100011010001010110010001010011010100001100010001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7128AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7128AC; }

 p { color: rgb(113,40,172); }

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

<style>
 a { background-color: #7128AC; }

 a { background-color: rgb(113,40,172); }

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

<style>
 span { border-color: #7128AC; }

 span { border-color: rgb(113,40,172); }

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