#752B7C

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

Shades of Eminence #752B7C

Tints of Eminence #752B7C

Color information

#752B7C (or 0x752B7C) is unknown color: approx Eminence. HEX triplet: 75, 2B and 7C. RGB value is (117,43,124). Sum of RGB (Red+Green+Blue) = 117+43+124=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #752B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B7C is #8AD483. Grayscale: #4A4A4A. Windows color (decimal): -9098372 or 8137589. OLE color: 8137589.

HSL color Cylindrical-coordinate representation of color #752B7C: hue angle of 294.81º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752B7C is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11743124-
CMYK0.060.6500.51
HSL294.81º48.5%32.75%-
HSV(B)294.81º65.32%48.63%-
XYZ11.846.9619.79-
YUV74.36156.02158.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=41.20%
G=15.14%
B=43.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117431240.060.6500.51294.8148.532.75
Hex752B7C6410331273121
Octal1655317461010634476141
Binary1110101101011111110011010000010110011100100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,43,124); }

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

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

 a { background-color: rgb(117,43,124); }

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

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

 span { border-color: rgb(117,43,124); }

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