#752B7D

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

Shades of Eminence #752B7D

Tints of Eminence #752B7D

Color information

#752B7D (or 0x752B7D) is unknown color: approx Eminence. HEX triplet: 75, 2B and 7D. RGB value is (117,43,125). Sum of RGB (Red+Green+Blue) = 117+43+125=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #752B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B7D is #8AD482. Grayscale: #4A4A4A. Windows color (decimal): -9098371 or 8203125. OLE color: 8203125.

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

Color convert

RGB11743125-
CMYK0.060.6600.51
HSL294.15º48.81%32.94%-
HSV(B)294.15º65.6%49.02%-
XYZ11.96.9920.12-
YUV74.47156.52158.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=41.05%
G=15.09%
B=43.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117431250.060.6600.51294.1548.8132.94
Hex752B7D6420331263121
Octal1655317561020634466141
Binary1110101101011111110111010000100110011100100110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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