#75347C

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

Shades of Eminence #75347C

Tints of Eminence #75347C

Color information

#75347C (or 0x75347C) is unknown color: approx Eminence. HEX triplet: 75, 34 and 7C. RGB value is (117,52,124). Sum of RGB (Red+Green+Blue) = 117+52+124=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #75347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75347C is #8ACB83. Grayscale: #4F4F4F. Windows color (decimal): -9096068 or 8139893. OLE color: 8139893.

HSL color Cylindrical-coordinate representation of color #75347C: hue angle of 294.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75347C is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11752124-
CMYK0.060.5800.51
HSL294.17º40.91%34.51%-
HSV(B)294.17º58.06%48.63%-
XYZ12.27.6919.91-
YUV79.64153.03154.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=39.93%
G=17.75%
B=42.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117521240.060.5800.51294.1740.9134.51
Hex75347C63A0331262923
Octal165641746720634465143
Binary111010111010011111001101110100110011100100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75347C; }

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

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

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

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

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

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

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

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