#753381

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

Shades of Eminence #753381

Tints of Eminence #753381

Color information

#753381 (or 0x753381) is unknown color: approx Eminence. HEX triplet: 75, 33 and 81. RGB value is (117,51,129). Sum of RGB (Red+Green+Blue) = 117+51+129=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #753381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753381 is #8ACC7E. Grayscale: #4F4F4F. Windows color (decimal): -9096319 or 8467317. OLE color: 8467317.

HSL color Cylindrical-coordinate representation of color #753381: hue angle of 290.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753381 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11751129-
CMYK0.090.6000.49
HSL290.77º43.33%35.29%-
HSV(B)290.77º60.47%50.59%-
XYZ12.487.7321.6-
YUV79.63155.87154.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=39.39%
G=17.17%
B=43.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117511290.090.6000.49290.7743.3335.29
Hex75338193C0311232b23
Octal1656320111740614435343
Binary11101011100111000000110011111000110001100100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753381; }

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

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

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

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

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

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

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

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