#75407A

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

Shades of Eminence #75407A

Tints of Eminence #75407A

Color information

#75407A (or 0x75407A) is unknown color: approx Eminence. HEX triplet: 75, 40 and 7A. RGB value is (117,64,122). Sum of RGB (Red+Green+Blue) = 117+64+122=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #75407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75407A is #8ABF85. Grayscale: #565656. Windows color (decimal): -9092998 or 8011893. OLE color: 8011893.

HSL color Cylindrical-coordinate representation of color #75407A: hue angle of 294.83º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75407A is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11764122-
CMYK0.040.4800.52
HSL294.83º31.18%36.47%-
HSV(B)294.83º47.54%47.84%-
XYZ12.688.8519.45-
YUV86.46148.06149.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=38.61%
G=21.12%
B=40.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117641220.040.4800.52294.8331.1836.47
Hex75407A4300341271f24
Octal1651001724600644473744
Binary111010110000001111010100110000011010010010011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75407A; }

 p { color: rgb(117,64,122); }

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

<style>
 a { background-color: #75407A; }

 a { background-color: rgb(117,64,122); }

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

<style>
 span { border-color: #75407A; }

 span { border-color: rgb(117,64,122); }

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