#724175

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

Shades of Eminence #724175

Tints of Eminence #724175

Color information

#724175 (or 0x724175) is unknown color: approx Eminence. HEX triplet: 72, 41 and 75. RGB value is (114,65,117). Sum of RGB (Red+Green+Blue) = 114+65+117=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #724175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724175 is #8DBE8A. Grayscale: #555555. Windows color (decimal): -9289355 or 7684466. OLE color: 7684466.

HSL color Cylindrical-coordinate representation of color #724175: hue angle of 296.54º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724175 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11465117-
CMYK0.030.4400.54
HSL296.54º28.57%35.69%-
HSV(B)296.54º44.44%45.88%-
XYZ12.048.6417.86-
YUV85.58145.73148.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=38.51%
G=21.96%
B=39.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114651170.030.4400.54296.5428.5735.69
Hex72417532C0361291d24
Octal1621011653540664513544
Binary11100101000001111010111101100011011010010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724175; }

 p { color: rgb(114,65,117); }

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

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

 a { background-color: rgb(114,65,117); }

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

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

 span { border-color: rgb(114,65,117); }

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