#754272

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

Shades of Eminence #754272

Tints of Eminence #754272

Color information

#754272 (or 0x754272) is unknown color: approx Eminence. HEX triplet: 75, 42 and 72. RGB value is (117,66,114). Sum of RGB (Red+Green+Blue) = 117+66+114=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #754272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754272 is #8ABD8D. Grayscale: #565656. Windows color (decimal): -9092494 or 7488117. OLE color: 7488117.

HSL color Cylindrical-coordinate representation of color #754272: hue angle of 303.53º degrees, saturation: 0.28, 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 #754272 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11766114-
CMYK00.440.030.54
HSL303.53º27.87%35.88%-
HSV(B)303.53º43.59%45.88%-
XYZ12.328.8916.99-
YUV86.72143.4149.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=39.39%
G=22.22%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176611400.440.030.54303.5327.8735.88
Hex75427202C3361301c24
Octal1651021620543664603444
Binary11101011000010111001001011001111011010011000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754272; }

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

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

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

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

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

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

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

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