#762880

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

Shades of Eminence #762880

Tints of Eminence #762880

Color information

#762880 (or 0x762880) is unknown color: approx Eminence. HEX triplet: 76, 28 and 80. RGB value is (118,40,128). Sum of RGB (Red+Green+Blue) = 118+40+128=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #762880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762880 is #89D77F. Grayscale: #494949. Windows color (decimal): -9033600 or 8398966. OLE color: 8398966.

HSL color Cylindrical-coordinate representation of color #762880: hue angle of 293.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762880 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11840128-
CMYK0.080.6900.50
HSL293.18º52.38%32.94%-
HSV(B)293.18º68.75%50.2%-
XYZ12.136.9321.12-
YUV73.35158.84159.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=41.26%
G=13.99%
B=44.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118401280.080.6900.50293.1852.3832.94
Hex7628808450321253421
Octal16650200101050624456441
Binary111011010100010000000100010001010110010100100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762880; }

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

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

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

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

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

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

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

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