#752E7B

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

Shades of Eminence #752E7B

Tints of Eminence #752E7B

Color information

#752E7B (or 0x752E7B) is unknown color: approx Eminence. HEX triplet: 75, 2E and 7B. RGB value is (117,46,123). Sum of RGB (Red+Green+Blue) = 117+46+123=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #752E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E7B is #8AD184. Grayscale: #4B4B4B. Windows color (decimal): -9097605 or 8072821. OLE color: 8072821.

HSL color Cylindrical-coordinate representation of color #752E7B: hue angle of 295.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752E7B is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11746123-
CMYK0.050.6300.52
HSL295.32º45.56%33.14%-
HSV(B)295.32º62.6%48.24%-
XYZ11.897.1719.5-
YUV76.01154.52157.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=40.91%
G=16.08%
B=43.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117461230.050.6300.52295.3245.5633.14
Hex752E7B53F0341272e21
Octal165561735770644475641
Binary111010110111011110111011111110110100100100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E7B; }

 p { color: rgb(117,46,123); }

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

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

 a { background-color: rgb(117,46,123); }

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

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

 span { border-color: rgb(117,46,123); }

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