#752C7C

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

Shades of Eminence #752C7C

Tints of Eminence #752C7C

Color information

#752C7C (or 0x752C7C) is unknown color: approx Eminence. HEX triplet: 75, 2C and 7C. RGB value is (117,44,124). Sum of RGB (Red+Green+Blue) = 117+44+124=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #752C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C7C is #8AD383. Grayscale: #4A4A4A. Windows color (decimal): -9098116 or 8137845. OLE color: 8137845.

HSL color Cylindrical-coordinate representation of color #752C7C: hue angle of 294.75º degrees, saturation: 0.48, 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 #752C7C is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11744124-
CMYK0.060.6500.51
HSL294.75º47.62%32.94%-
HSV(B)294.75º64.52%48.63%-
XYZ11.877.0419.8-
YUV74.95155.68158-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 44 (17.58% from 255) = 15.44%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=41.05%
G=15.44%
B=43.51%

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
Decimal117441240.060.6500.51294.7547.6232.94
Hex752C7C6410331273021
Octal1655417461010634476041
Binary1110101101100111110011010000010110011100100111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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