#75417D

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

Shades of Eminence #75417D

Tints of Eminence #75417D

Color information

#75417D (or 0x75417D) is unknown color: approx Eminence. HEX triplet: 75, 41 and 7D. RGB value is (117,65,125). Sum of RGB (Red+Green+Blue) = 117+65+125=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #75417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417D is #8ABE82. Grayscale: #575757. Windows color (decimal): -9092739 or 8208757. OLE color: 8208757.

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

Color convert

RGB11765125-
CMYK0.060.4800.51
HSL292º31.58%37.25%-
HSV(B)292º48%49.02%-
XYZ12.939.0420.47-
YUV87.39149.23149.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=38.11%
G=21.17%
B=40.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117651250.060.4800.5129231.5837.25
Hex75417D6300331242025
Octal1651011756600634444045
Binary1110101100000111111011101100000110011100100100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75417D; }

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

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

<style>
 a { background-color: #75417D; }

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

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

<style>
 span { border-color: #75417D; }

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

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