#76297A

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

Shades of Eminence #76297A

Tints of Eminence #76297A

Color information

#76297A (or 0x76297A) is unknown color: approx Eminence. HEX triplet: 76, 29 and 7A. RGB value is (118,41,122). Sum of RGB (Red+Green+Blue) = 118+41+122=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #76297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76297A is #89D685. Grayscale: #494949. Windows color (decimal): -9033350 or 8006006. OLE color: 8006006.

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

Color convert

RGB11841122-
CMYK0.030.6600.52
HSL297.04º49.69%31.96%-
HSV(B)297.04º66.39%47.84%-
XYZ11.786.8419.11-
YUV73.26155.51159.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=41.99%
G=14.59%
B=43.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118411220.030.6600.52297.0449.6931.96
Hex76297A3420341293220
Octal1665117231020644516240
Binary111011010100111110101110000100110100100101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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