#7129AB

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

Shades of Royal Purple #7129AB

Tints of Royal Purple #7129AB

Color information

#7129AB (or 0x7129AB) is unknown color: approx Royal Purple. HEX triplet: 71, 29 and AB. RGB value is (113,41,171). Sum of RGB (Red+Green+Blue) = 113+41+171=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #7129AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7129AB is #8ED654. Grayscale: #4C4C4C. Windows color (decimal): -9360981 or 11217265. OLE color: 11217265.

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

Color convert

RGB11341171-
CMYK0.340.7600.33
HSL273.23º61.32%41.57%-
HSV(B)273.23º76.02%67.06%-
XYZ14.958.0439.29-
YUV77.35180.85153.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=34.77%
G=12.62%
B=52.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113411710.340.7600.33273.2361.3241.57
Hex7129AB224C0211113d2a
Octal16151253421140414217552
Binary11100011010011010101110001010011000100001100010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7129AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7129AB; }

 p { color: rgb(113,41,171); }

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

<style>
 a { background-color: #7129AB; }

 a { background-color: rgb(113,41,171); }

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

<style>
 span { border-color: #7129AB; }

 span { border-color: rgb(113,41,171); }

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