#75347F

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

Shades of Eminence #75347F

Tints of Eminence #75347F

Color information

#75347F (or 0x75347F) is unknown color: approx Eminence. HEX triplet: 75, 34 and 7F. RGB value is (117,52,127). Sum of RGB (Red+Green+Blue) = 117+52+127=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #75347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75347F is #8ACB80. Grayscale: #4F4F4F. Windows color (decimal): -9096065 or 8336501. OLE color: 8336501.

HSL color Cylindrical-coordinate representation of color #75347F: hue angle of 292º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75347F is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11752127-
CMYK0.080.5900.50
HSL292º41.9%35.1%-
HSV(B)292º59.06%49.8%-
XYZ12.397.7720.93-
YUV79.98154.53154.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 127 (50% from 255) = 42.91%
R=39.53%
G=17.57%
B=42.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117521270.080.5900.5029241.935.1
Hex75347F83B0321242a23
Octal1656417710730624445243
Binary1110101110100111111110001110110110010100100100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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