#75417B

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

Shades of Eminence #75417B

Tints of Eminence #75417B

Color information

#75417B (or 0x75417B) is unknown color: approx Eminence. HEX triplet: 75, 41 and 7B. RGB value is (117,65,123). Sum of RGB (Red+Green+Blue) = 117+65+123=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #75417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417B is #8ABE84. Grayscale: #565656. Windows color (decimal): -9092741 or 8077685. OLE color: 8077685.

HSL color Cylindrical-coordinate representation of color #75417B: hue angle of 293.79º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75417B is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11765123-
CMYK0.050.4700.52
HSL293.79º30.85%36.86%-
HSV(B)293.79º47.15%48.24%-
XYZ12.88.9919.8-
YUV87.16148.23149.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=38.36%
G=21.31%
B=40.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117651230.050.4700.52293.7930.8536.86
Hex75417B52F0341261f25
Octal1651011735570644463745
Binary111010110000011111011101101111011010010010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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