#722AAD

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

Shades of Royal Purple #722AAD

Tints of Royal Purple #722AAD

Color information

#722AAD (or 0x722AAD) is unknown color: approx Royal Purple. HEX triplet: 72, 2A and AD. RGB value is (114,42,173). Sum of RGB (Red+Green+Blue) = 114+42+173=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #722AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722AAD is #8DD552. Grayscale: #4E4E4E. Windows color (decimal): -9295187 or 11348594. OLE color: 11348594.

HSL color Cylindrical-coordinate representation of color #722AAD: hue angle of 272.98º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #722AAD is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11442173-
CMYK0.340.7600.32
HSL272.98º60.93%42.16%-
HSV(B)272.98º75.72%67.84%-
XYZ15.318.2540.32-
YUV78.46181.35153.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 42 (16.80% from 255) = 12.77%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=34.65%
G=12.77%
B=52.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114421730.340.7600.32272.9860.9342.16
Hex722AAD224C0201113d2a
Octal16252255421140404217552
Binary11100101010101010110110001010011000100000100010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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