#76287E

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

Shades of Eminence #76287E

Tints of Eminence #76287E

Color information

#76287E (or 0x76287E) is unknown color: approx Eminence. HEX triplet: 76, 28 and 7E. RGB value is (118,40,126). Sum of RGB (Red+Green+Blue) = 118+40+126=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #76287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76287E is #89D781. Grayscale: #484848. Windows color (decimal): -9033602 or 8267894. OLE color: 8267894.

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

Color convert

RGB11840126-
CMYK0.060.6800.51
HSL294.42º51.81%32.55%-
HSV(B)294.42º68.25%49.41%-
XYZ126.8820.43-
YUV73.13157.84160.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=41.55%
G=14.08%
B=44.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118401260.060.6800.51294.4251.8132.55
Hex76287E6440331263421
Octal1665017661040634466441
Binary1110110101000111111011010001000110011100100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76287E; }

 p { color: rgb(118,40,126); }

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

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

 a { background-color: rgb(118,40,126); }

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

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

 span { border-color: rgb(118,40,126); }

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