#76267C

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

Shades of Eminence #76267C

Tints of Eminence #76267C

Color information

#76267C (or 0x76267C) is unknown color: approx Eminence. HEX triplet: 76, 26 and 7C. RGB value is (118,38,124). Sum of RGB (Red+Green+Blue) = 118+38+124=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #76267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76267C is #89D983. Grayscale: #474747. Windows color (decimal): -9034116 or 8136310. OLE color: 8136310.

HSL color Cylindrical-coordinate representation of color #76267C: hue angle of 295.81º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76267C is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11838124-
CMYK0.050.6900.51
HSL295.81º53.09%31.76%-
HSV(B)295.81º69.35%48.63%-
XYZ11.86.6919.74-
YUV71.72157.5161.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=42.14%
G=13.57%
B=44.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118381240.050.6900.51295.8153.0931.76
Hex76267C5450331283520
Octal1664617451050634506540
Binary1110110100110111110010110001010110011100101000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76267C; }

 p { color: rgb(118,38,124); }

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

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

 a { background-color: rgb(118,38,124); }

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

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

 span { border-color: rgb(118,38,124); }

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