#722CAB

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

Shades of Royal Purple #722CAB

Tints of Royal Purple #722CAB

Color information

#722CAB (or 0x722CAB) is unknown color: approx Royal Purple. HEX triplet: 72, 2C and AB. RGB value is (114,44,171). Sum of RGB (Red+Green+Blue) = 114+44+171=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #722CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CAB is #8DD354. Grayscale: #4E4E4E. Windows color (decimal): -9294677 or 11218034. OLE color: 11218034.

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

Color convert

RGB11444171-
CMYK0.330.7400.33
HSL273.07º59.07%42.16%-
HSV(B)273.07º74.27%67.06%-
XYZ15.198.3239.33-
YUV79.41179.69152.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 44 (17.58% from 255) = 13.37%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=34.65%
G=13.37%
B=51.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114441710.330.7400.33273.0759.0742.16
Hex722CAB214A0211113b2a
Octal16254253411120414217352
Binary11100101011001010101110000110010100100001100010001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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