#724080

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

Shades of Eminence #724080

Tints of Eminence #724080

Color information

#724080 (or 0x724080) is unknown color: approx Eminence. HEX triplet: 72, 40 and 80. RGB value is (114,64,128). Sum of RGB (Red+Green+Blue) = 114+64+128=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #724080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724080 is #8DBF7F. Grayscale: #565656. Windows color (decimal): -9289600 or 8405106. OLE color: 8405106.

HSL color Cylindrical-coordinate representation of color #724080: hue angle of 286.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724080 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11464128-
CMYK0.110.500.50
HSL286.88º33.33%37.65%-
HSV(B)286.88º50%50.2%-
XYZ12.678.821.45-
YUV86.25151.56147.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=37.25%
G=20.92%
B=41.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114641280.110.500.50286.8833.3337.65
Hex724080B3203211f2126
Octal16210020013620624374146
Binary111001010000001000000010111100100110010100011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724080; }

 p { color: rgb(114,64,128); }

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

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

 a { background-color: rgb(114,64,128); }

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

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

 span { border-color: rgb(114,64,128); }

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