#762981

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

Shades of Eminence #762981

Tints of Eminence #762981

Color information

#762981 (or 0x762981) is unknown color: approx Eminence. HEX triplet: 76, 29 and 81. RGB value is (118,41,129). Sum of RGB (Red+Green+Blue) = 118+41+129=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #762981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762981 is #89D67E. Grayscale: #494949. Windows color (decimal): -9033343 or 8464758. OLE color: 8464758.

HSL color Cylindrical-coordinate representation of color #762981: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762981 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11841129-
CMYK0.090.6800.49
HSL292.5º51.76%33.33%-
HSV(B)292.5º68.22%50.59%-
XYZ12.237.0221.48-
YUV74.05159.01159.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=40.97%
G=14.24%
B=44.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118411290.090.6800.49292.551.7633.33
Hex7629819440311243421
Octal16651201111040614446441
Binary111011010100110000001100110001000110001100100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762981; }

 p { color: rgb(118,41,129); }

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

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

 a { background-color: rgb(118,41,129); }

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

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

 span { border-color: rgb(118,41,129); }

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