#722fab

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

Shades of Royal Purple #722FAB

Tints of Royal Purple #722FAB

Color information

#722FAB (or 0x722FAB) is unknown color: approx Royal Purple. HEX triplet: 72, 2F and AB. RGB value is (114,47,171). Sum of RGB (Red+Green+Blue) = 114+47+171=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #722FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722FAB is #8DD054. Grayscale: #505050. Windows color (decimal): -9293909 or 11218802. OLE color: 11218802.

HSL color Cylindrical-coordinate representation of color #722FAB: hue angle of 272.42º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722FAB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11447171-
CMYK0.330.7300.33
HSL272.42º56.88%42.75%-
HSV(B)272.42º72.51%67.06%-
XYZ15.318.5539.37-
YUV81.17178.7151.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 47 (18.75% from 255) = 14.16%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=34.34%
G=14.16%
B=51.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114471710.330.7300.33272.4256.8842.75
Hex722FAB2149021110392b
Octal16257253411110414207153
Binary11100101011111010101110000110010010100001100010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722fab; }

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

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

<style>
 a { background-color: #722fab; }

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

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

<style>
 span { border-color: #722fab; }

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

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