#722AAA

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

Shades of Royal Purple #722AAA

Tints of Royal Purple #722AAA

Color information

#722AAA (or 0x722AAA) is unknown color: approx Royal Purple. HEX triplet: 72, 2A and AA. RGB value is (114,42,170). Sum of RGB (Red+Green+Blue) = 114+42+170=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #722AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722AAA is #8DD555. Grayscale: #4D4D4D. Windows color (decimal): -9295190 or 11151986. OLE color: 11151986.

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

Color convert

RGB11442170-
CMYK0.330.7500.33
HSL273.75º60.38%41.57%-
HSV(B)273.75º75.29%66.67%-
XYZ15.028.1438.81-
YUV78.12179.85153.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=34.97%
G=12.88%
B=52.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114421700.330.7500.33273.7560.3841.57
Hex722AAA214B0211123c2a
Octal16252252411130414227452
Binary11100101010101010101010000110010110100001100010010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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