#762979

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

Shades of Eminence #762979

Tints of Eminence #762979

Color information

#762979 (or 0x762979) is unknown color: approx Eminence. HEX triplet: 76, 29 and 79. RGB value is (118,41,121). Sum of RGB (Red+Green+Blue) = 118+41+121=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #762979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762979 is #89D686. Grayscale: #484848. Windows color (decimal): -9033351 or 7940470. OLE color: 7940470.

HSL color Cylindrical-coordinate representation of color #762979: hue angle of 297.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762979 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11841121-
CMYK0.020.6600.53
HSL297.75º49.38%31.76%-
HSV(B)297.75º66.12%47.45%-
XYZ11.726.8218.79-
YUV73.14155.01160-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=42.14%
G=14.64%
B=43.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118411210.020.6600.53297.7549.3831.76
Hex76297924203512a3120
Octal1665117121020654526140
Binary111011010100111110011010000100110101100101010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762979; }

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

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

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

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

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

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

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

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