#722C9D

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

Shades of Royal Purple #722C9D

Tints of Royal Purple #722C9D

Color information

#722C9D (or 0x722C9D) is unknown color: approx Royal Purple. HEX triplet: 72, 2C and 9D. RGB value is (114,44,157). Sum of RGB (Red+Green+Blue) = 114+44+157=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #722C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722C9D is #8DD362. Grayscale: #4D4D4D. Windows color (decimal): -9294691 or 10300530. OLE color: 10300530.

HSL color Cylindrical-coordinate representation of color #722C9D: hue angle of 277.17º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722C9D is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11444157-
CMYK0.270.7200.38
HSL277.17º56.22%39.41%-
HSV(B)277.17º71.97%61.57%-
XYZ13.937.8132.67-
YUV77.81172.69153.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 44 (17.58% from 255) = 13.97%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=36.19%
G=13.97%
B=49.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114441570.270.7200.38277.1756.2239.41
Hex722C9D1B480261153827
Octal16254235331100464257047
Binary1110010101100100111011101110010000100110100010101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,44,157); }

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

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

 a { background-color: rgb(114,44,157); }

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

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

 span { border-color: rgb(114,44,157); }

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