#753782

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

Shades of Eminence #753782

Tints of Eminence #753782

Color information

#753782 (or 0x753782) is unknown color: approx Eminence. HEX triplet: 75, 37 and 82. RGB value is (117,55,130). Sum of RGB (Red+Green+Blue) = 117+55+130=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #753782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753782 is #8AC87D. Grayscale: #515151. Windows color (decimal): -9095294 or 8533877. OLE color: 8533877.

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

Color convert

RGB11755130-
CMYK0.10.5800.49
HSL289.6º40.54%36.27%-
HSV(B)289.6º57.69%50.98%-
XYZ12.738.1322.02-
YUV82.09155.04152.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=38.74%
G=18.21%
B=43.05%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117551300.10.5800.49289.640.5436.27
Hex753782A3A0311222924
Octal1656720212720614425144
Binary11101011101111000001010101110100110001100100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753782; }

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

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

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

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

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

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

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

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