#76287A

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

Shades of Eminence #76287A

Tints of Eminence #76287A

Color information

#76287A (or 0x76287A) is unknown color: approx Eminence. HEX triplet: 76, 28 and 7A. RGB value is (118,40,122). Sum of RGB (Red+Green+Blue) = 118+40+122=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #76287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76287A is #89D785. Grayscale: #484848. Windows color (decimal): -9033606 or 8005750. OLE color: 8005750.

HSL color Cylindrical-coordinate representation of color #76287A: hue angle of 297.07º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76287A is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11840122-
CMYK0.030.6700.52
HSL297.07º50.62%31.76%-
HSV(B)297.07º67.21%47.84%-
XYZ11.746.7719.1-
YUV72.67155.84160.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=42.14%
G=14.29%
B=43.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118401220.030.6700.52297.0750.6231.76
Hex76287A3430341293320
Octal1665017231030644516340
Binary111011010100011110101110000110110100100101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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