#762E7B

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

Shades of Eminence #762E7B

Tints of Eminence #762E7B

Color information

#762E7B (or 0x762E7B) is unknown color: approx Eminence. HEX triplet: 76, 2E and 7B. RGB value is (118,46,123). Sum of RGB (Red+Green+Blue) = 118+46+123=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #762E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E7B is #89D184. Grayscale: #4C4C4C. Windows color (decimal): -9032069 or 8072822. OLE color: 8072822.

HSL color Cylindrical-coordinate representation of color #762E7B: hue angle of 296.1º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762E7B is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11846123-
CMYK0.040.6300.52
HSL296.1º45.56%33.14%-
HSV(B)296.1º62.6%48.24%-
XYZ12.027.2419.5-
YUV76.31154.35157.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=41.11%
G=16.03%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118461230.040.6300.52296.145.5633.14
Hex762E7B43F0341282e21
Octal166561734770644505641
Binary111011010111011110111001111110110100100101000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E7B; }

 p { color: rgb(118,46,123); }

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

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

 a { background-color: rgb(118,46,123); }

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

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

 span { border-color: rgb(118,46,123); }

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