#76267D

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

Shades of Eminence #76267D

Tints of Eminence #76267D

Color information

#76267D (or 0x76267D) is unknown color: approx Eminence. HEX triplet: 76, 26 and 7D. RGB value is (118,38,125). Sum of RGB (Red+Green+Blue) = 118+38+125=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #76267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76267D is #89D982. Grayscale: #474747. Windows color (decimal): -9034115 or 8201846. OLE color: 8201846.

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

Color convert

RGB11838125-
CMYK0.060.7000.51
HSL295.17º53.37%31.96%-
HSV(B)295.17º69.6%49.02%-
XYZ11.876.7220.07-
YUV71.84158160.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=41.99%
G=13.52%
B=44.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118381250.060.7000.51295.1753.3731.96
Hex76267D6460331273520
Octal1664617561060634476540
Binary1110110100110111110111010001100110011100100111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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