#76307A

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

Shades of Eminence #76307A

Tints of Eminence #76307A

Color information

#76307A (or 0x76307A) is unknown color: approx Eminence. HEX triplet: 76, 30 and 7A. RGB value is (118,48,122). Sum of RGB (Red+Green+Blue) = 118+48+122=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #76307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76307A is #89CF85. Grayscale: #4D4D4D. Windows color (decimal): -9031558 or 8007798. OLE color: 8007798.

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

Color convert

RGB11848122-
CMYK0.030.6100.52
HSL296.76º43.53%33.33%-
HSV(B)296.76º60.66%47.84%-
XYZ12.047.3719.2-
YUV77.37153.19156.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=40.97%
G=16.67%
B=42.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118481220.030.6100.52296.7643.5333.33
Hex76307A33D0341292c21
Octal166601723750644515441
Binary11101101100001111010111111010110100100101001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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