#7222AA

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

Shades of Royal Purple #7222AA

Tints of Royal Purple #7222AA

Color information

#7222AA (or 0x7222AA) is unknown color: approx Royal Purple. HEX triplet: 72, 22 and AA. RGB value is (114,34,170). Sum of RGB (Red+Green+Blue) = 114+34+170=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #7222AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7222AA is #8DDD55. Grayscale: #484848. Windows color (decimal): -9297238 or 11149938. OLE color: 11149938.

HSL color Cylindrical-coordinate representation of color #7222AA: hue angle of 275.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7222AA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11434170-
CMYK0.330.8000.33
HSL275.29º66.67%40%-
HSV(B)275.29º80%66.67%-
XYZ14.777.6238.72-
YUV73.42182.5156.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=35.85%
G=10.69%
B=53.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114341700.330.8000.33275.2966.6740
Hex7222AA21500211134328
Octal162422524112004142310350
Binary111001010001010101010100001101000001000011000100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7222AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7222AA; }

 p { color: rgb(114,34,170); }

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

<style>
 a { background-color: #7222AA; }

 a { background-color: rgb(114,34,170); }

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

<style>
 span { border-color: #7222AA; }

 span { border-color: rgb(114,34,170); }

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