#722182

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

Shades of Eminence #722182

Tints of Eminence #722182

Color information

#722182 (or 0x722182) is unknown color: approx Eminence. HEX triplet: 72, 21 and 82. RGB value is (114,33,130). Sum of RGB (Red+Green+Blue) = 114+33+130=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #722182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722182 is #8DDE7D. Grayscale: #434343. Windows color (decimal): -9297534 or 8528242. OLE color: 8528242.

HSL color Cylindrical-coordinate representation of color #722182: hue angle of 290.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722182 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11433130-
CMYK0.120.7500.49
HSL290.1º59.51%31.96%-
HSV(B)290.1º74.62%50.98%-
XYZ11.516.2821.72-
YUV68.28162.84160.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=41.16%
G=11.91%
B=46.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114331300.120.7500.49290.159.5131.96
Hex722182C4B0311223c20
Octal16241202141130614427440
Binary111001010000110000010110010010110110001100100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722182; }

 p { color: rgb(114,33,130); }

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

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

 a { background-color: rgb(114,33,130); }

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

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

 span { border-color: rgb(114,33,130); }

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