#722DA8

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

Shades of Royal Purple #722DA8

Tints of Royal Purple #722DA8

Color information

#722DA8 (or 0x722DA8) is unknown color: approx Royal Purple. HEX triplet: 72, 2D and A8. RGB value is (114,45,168). Sum of RGB (Red+Green+Blue) = 114+45+168=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #722DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722DA8 is #8DD257. Grayscale: #4F4F4F. Windows color (decimal): -9294424 or 11021682. OLE color: 11021682.

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

Color convert

RGB11445168-
CMYK0.320.7300.34
HSL273.66º57.75%41.76%-
HSV(B)273.66º73.21%65.88%-
XYZ14.958.2837.86-
YUV79.65177.86152.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 168 (66.02% from 255) = 51.38%
R=34.86%
G=13.76%
B=51.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal114451680.320.7300.34273.6657.7541.76
Hex722DA820490221123a2a
Octal16255250401110424227252
Binary11100101011011010100010000010010010100010100010010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,45,168); }

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

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

 a { background-color: rgb(114,45,168); }

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

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

 span { border-color: rgb(114,45,168); }

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