#754270

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

Shades of Eminence #754270

Tints of Eminence #754270

Color information

#754270 (or 0x754270) is unknown color: approx Eminence. HEX triplet: 75, 42 and 70. RGB value is (117,66,112). Sum of RGB (Red+Green+Blue) = 117+66+112=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754270 is #8ABD8F. Grayscale: #565656. Windows color (decimal): -9092496 or 7357045. OLE color: 7357045.

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

Color convert

RGB11766112-
CMYK00.440.040.54
HSL305.88º27.87%35.88%-
HSV(B)305.88º43.59%45.88%-
XYZ12.218.8516.39-
YUV86.49142.4149.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=39.66%
G=22.37%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176611200.440.040.54305.8827.8735.88
Hex75427002C4361321c24
Octal1651021600544664623444
Binary111010110000101110000010110010011011010011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754270; }

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

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

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

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

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

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

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

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