#722ca7

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

Shades of Royal Purple #722CA7

Tints of Royal Purple #722CA7

Color information

#722CA7 (or 0x722CA7) is unknown color: approx Royal Purple. HEX triplet: 72, 2C and A7. RGB value is (114,44,167). Sum of RGB (Red+Green+Blue) = 114+44+167=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #722CA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CA7 is #8DD358. Grayscale: #4E4E4E. Windows color (decimal): -9294681 or 10955890. OLE color: 10955890.

HSL color Cylindrical-coordinate representation of color #722CA7: hue angle of 274.15º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722CA7 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11444167-
CMYK0.320.7400.35
HSL274.15º58.29%41.37%-
HSV(B)274.15º73.65%65.49%-
XYZ14.828.1737.36-
YUV78.95177.69153-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 44 (17.58% from 255) = 13.54%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=35.08%
G=13.54%
B=51.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114441670.320.7400.35274.1558.2941.37
Hex722CA7204A0231123a29
Octal16254247401120434227251
Binary11100101011001010011110000010010100100011100010010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722ca7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,44,167); }

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

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

 a { background-color: rgb(114,44,167); }

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

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

 span { border-color: rgb(114,44,167); }

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