#75427C

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

Shades of Eminence #75427C

Tints of Eminence #75427C

Color information

#75427C (or 0x75427C) is unknown color: approx Eminence. HEX triplet: 75, 42 and 7C. RGB value is (117,66,124). Sum of RGB (Red+Green+Blue) = 117+66+124=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #75427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75427C is #8ABD83. Grayscale: #575757. Windows color (decimal): -9092484 or 8143477. OLE color: 8143477.

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

Color convert

RGB11766124-
CMYK0.060.4700.51
HSL292.76º30.53%37.25%-
HSV(B)292.76º46.77%48.63%-
XYZ12.929.1320.15-
YUV87.86148.4148.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=38.11%
G=21.50%
B=40.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117661240.060.4700.51292.7630.5337.25
Hex75427C62F0331251f25
Octal1651021746570634453745
Binary111010110000101111100110101111011001110010010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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