#75337F

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

Shades of Eminence #75337F

Tints of Eminence #75337F

Color information

#75337F (or 0x75337F) is unknown color: approx Eminence. HEX triplet: 75, 33 and 7F. RGB value is (117,51,127). Sum of RGB (Red+Green+Blue) = 117+51+127=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #75337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75337F is #8ACC80. Grayscale: #4F4F4F. Windows color (decimal): -9096321 or 8336245. OLE color: 8336245.

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

Color convert

RGB11751127-
CMYK0.080.6000.50
HSL292.11º42.7%34.9%-
HSV(B)292.11º59.84%49.8%-
XYZ12.357.6820.91-
YUV79.4154.87154.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 127 (50% from 255) = 43.05%
R=39.66%
G=17.29%
B=43.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117511270.080.6000.50292.1142.734.9
Hex75337F83C0321242b23
Octal1656317710740624445343
Binary1110101110011111111110001111000110010100100100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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