#7229AB

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

Shades of Royal Purple #7229AB

Tints of Royal Purple #7229AB

Color information

#7229AB (or 0x7229AB) is unknown color: approx Royal Purple. HEX triplet: 72, 29 and AB. RGB value is (114,41,171). Sum of RGB (Red+Green+Blue) = 114+41+171=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #7229AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7229AB is #8DD654. Grayscale: #4D4D4D. Windows color (decimal): -9295445 or 11217266. OLE color: 11217266.

HSL color Cylindrical-coordinate representation of color #7229AB: hue angle of 273.69º 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 #7229AB is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11441171-
CMYK0.330.7600.33
HSL273.69º61.32%41.57%-
HSV(B)273.69º76.02%67.06%-
XYZ15.088.139.3-
YUV77.65180.68153.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=34.97%
G=12.58%
B=52.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114411710.330.7600.33273.6961.3241.57
Hex7229AB214C0211123d2a
Octal16251253411140414227552
Binary11100101010011010101110000110011000100001100010010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7229AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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