#722D7A

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

Shades of Eminence #722D7A

Tints of Eminence #722D7A

Color information

#722D7A (or 0x722D7A) is unknown color: approx Eminence. HEX triplet: 72, 2D and 7A. RGB value is (114,45,122). Sum of RGB (Red+Green+Blue) = 114+45+122=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #722D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D7A is #8DD285. Grayscale: #4A4A4A. Windows color (decimal): -9294470 or 8007026. OLE color: 8007026.

HSL color Cylindrical-coordinate representation of color #722D7A: hue angle of 293.77º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722D7A is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11445122-
CMYK0.070.6300.52
HSL293.77º46.11%32.75%-
HSV(B)293.77º63.11%47.84%-
XYZ11.396.8619.14-
YUV74.41154.86156.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=40.57%
G=16.01%
B=43.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114451220.070.6300.52293.7746.1132.75
Hex722D7A73F0341262e21
Octal162551727770644465641
Binary111001010110111110101111111110110100100100110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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