#76257D

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

Shades of Eminence #76257D

Tints of Eminence #76257D

Color information

#76257D (or 0x76257D) is unknown color: approx Eminence. HEX triplet: 76, 25 and 7D. RGB value is (118,37,125). Sum of RGB (Red+Green+Blue) = 118+37+125=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #76257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76257D is #89DA82. Grayscale: #464646. Windows color (decimal): -9034371 or 8201590. OLE color: 8201590.

HSL color Cylindrical-coordinate representation of color #76257D: hue angle of 295.23º degrees, saturation: 0.54, 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 #76257D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11837125-
CMYK0.060.7000.51
HSL295.23º54.32%31.76%-
HSV(B)295.23º70.4%49.02%-
XYZ11.836.6620.06-
YUV71.25158.34161.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 37 (14.84% from 255) = 13.21%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=42.14%
G=13.21%
B=44.64%

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
Decimal118371250.060.7000.51295.2354.3231.76
Hex76257D6460331273620
Octal1664517561060634476640
Binary1110110100101111110111010001100110011100100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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