#722EAD

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

Shades of Royal Purple #722EAD

Tints of Royal Purple #722EAD

Color information

#722EAD (or 0x722EAD) is unknown color: approx Royal Purple. HEX triplet: 72, 2E and AD. RGB value is (114,46,173). Sum of RGB (Red+Green+Blue) = 114+46+173=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #722EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722EAD is #8DD152. Grayscale: #505050. Windows color (decimal): -9294163 or 11349618. OLE color: 11349618.

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

Color convert

RGB11446173-
CMYK0.340.7300.32
HSL272.13º57.99%42.94%-
HSV(B)272.13º73.41%67.84%-
XYZ15.468.5540.37-
YUV80.81180.03151.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=34.23%
G=13.81%
B=51.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114461730.340.7300.32272.1357.9942.94
Hex722EAD22490201103a2b
Octal16256255421110404207253
Binary11100101011101010110110001010010010100000100010000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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