#75377F

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

Shades of Eminence #75377F

Tints of Eminence #75377F

Color information

#75377F (or 0x75377F) is unknown color: approx Eminence. HEX triplet: 75, 37 and 7F. RGB value is (117,55,127). Sum of RGB (Red+Green+Blue) = 117+55+127=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #75377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75377F is #8AC880. Grayscale: #515151. Windows color (decimal): -9095297 or 8337269. OLE color: 8337269.

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

Color convert

RGB11755127-
CMYK0.080.5700.50
HSL291.67º39.56%35.69%-
HSV(B)291.67º56.69%49.8%-
XYZ12.538.0520.97-
YUV81.75153.54153.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 127 (50% from 255) = 42.47%
R=39.13%
G=18.39%
B=42.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117551270.080.5700.50291.6739.5635.69
Hex75377F8390321242824
Octal1656717710710624445044
Binary1110101110111111111110001110010110010100100100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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