#722EAB

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

Shades of Royal Purple #722EAB

Tints of Royal Purple #722EAB

Color information

#722EAB (or 0x722EAB) is unknown color: approx Royal Purple. HEX triplet: 72, 2E and AB. RGB value is (114,46,171). Sum of RGB (Red+Green+Blue) = 114+46+171=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #722EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722EAB is #8DD154. Grayscale: #505050. Windows color (decimal): -9294165 or 11218546. OLE color: 11218546.

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

Color convert

RGB11446171-
CMYK0.330.7300.33
HSL272.64º57.6%42.55%-
HSV(B)272.64º73.1%67.06%-
XYZ15.278.4739.36-
YUV80.58179.03151.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=34.44%
G=13.90%
B=51.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114461710.330.7300.33272.6457.642.55
Hex722EAB21490211113a2b
Octal16256253411110414217253
Binary11100101011101010101110000110010010100001100010001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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