#7220A6

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

Shades of Royal Purple #7220A6

Tints of Royal Purple #7220A6

Color information

#7220A6 (or 0x7220A6) is unknown color: approx Royal Purple. HEX triplet: 72, 20 and A6. RGB value is (114,32,166). Sum of RGB (Red+Green+Blue) = 114+32+166=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #7220A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7220A6 is #8DDF59. Grayscale: #474747. Windows color (decimal): -9297754 or 10887282. OLE color: 10887282.

HSL color Cylindrical-coordinate representation of color #7220A6: hue angle of 276.72º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7220A6 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11432166-
CMYK0.310.8100.35
HSL276.72º67.68%38.82%-
HSV(B)276.72º80.72%65.1%-
XYZ14.347.3636.74-
YUV71.79181.17158.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 32 (12.89% from 255) = 10.26%
BLUE value IS 166 (65.23% from 255) = 53.21%
R=36.54%
G=10.26%
B=53.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114321660.310.8100.35276.7267.6838.82
Hex7220A61F510231154427
Octal162402463712104342510447
Binary11100101000001010011011111101000101000111000101011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7220A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7220A6; }

 p { color: rgb(114,32,166); }

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

<style>
 a { background-color: #7220A6; }

 a { background-color: rgb(114,32,166); }

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

<style>
 span { border-color: #7220A6; }

 span { border-color: rgb(114,32,166); }

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