#762180

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

Shades of Eminence #762180

Tints of Eminence #762180

Color information

#762180 (or 0x762180) is unknown color: approx Eminence. HEX triplet: 76, 21 and 80. RGB value is (118,33,128). Sum of RGB (Red+Green+Blue) = 118+33+128=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #762180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762180 is #89DE7F. Grayscale: #444444. Windows color (decimal): -9035392 or 8397174. OLE color: 8397174.

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

Color convert

RGB11833128-
CMYK0.080.7400.50
HSL293.68º59.01%31.57%-
HSV(B)293.68º74.22%50.2%-
XYZ11.916.521.05-
YUV69.24161.16162.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=42.29%
G=11.83%
B=45.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118331280.080.7400.50293.6859.0131.57
Hex76218084A0321263b20
Octal16641200101120624467340
Binary111011010000110000000100010010100110010100100110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762180; }

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

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

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

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

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

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

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

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