#753082

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

Shades of Eminence #753082

Tints of Eminence #753082

Color information

#753082 (or 0x753082) is unknown color: approx Eminence. HEX triplet: 75, 30 and 82. RGB value is (117,48,130). Sum of RGB (Red+Green+Blue) = 117+48+130=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #753082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753082 is #8ACF7D. Grayscale: #4D4D4D. Windows color (decimal): -9097086 or 8532085. OLE color: 8532085.

HSL color Cylindrical-coordinate representation of color #753082: hue angle of 290.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753082 is Cyan = 0.1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11748130-
CMYK0.10.6300.49
HSL290.49º46.07%34.9%-
HSV(B)290.49º63.08%50.98%-
XYZ12.427.5121.91-
YUV77.98157.36155.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=39.66%
G=16.27%
B=44.07%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117481300.10.6300.49290.4946.0734.9
Hex753082A3F0311222e23
Octal1656020212770614425643
Binary11101011100001000001010101111110110001100100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753082; }

 p { color: rgb(117,48,130); }

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

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

 a { background-color: rgb(117,48,130); }

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

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

 span { border-color: rgb(117,48,130); }

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